robert-strandh / SICL

A fresh implementation of Common Lisp
Other
1.07k stars 79 forks source link

Fix env var expansion issues in dependencies script #196

Closed timmyjose closed 3 years ago

timmyjose commented 3 years ago

Proposed fix for Issue: https://github.com/robert-strandh/SICL/issues/195

Changes: Replaced tilde with $HOME in the default directory path, quoted uses of the relevant environment variable, fixed a small typo in the error message.

robert-strandh commented 3 years ago

Merged! Thanks!