Commit Graph

7 Commits

Author SHA1 Message Date
Stefan f619ed31b3
Fixed a few typos (#65) 2023-09-14 13:27:53 -04:00
Ryan Schmidt 2703e00201
Use /bin/sh; quote shell variables (#46)
* On macOS, sh is /bin/sh not /usr/bin/sh

* Quote shell variables correctly
2022-11-15 19:00:16 -05:00
Kelvin Sherlock 42fe265dd2 Smarter handling of : after a variable.
Since :: is equivalent to .. in Unix, {$PathVariable}: would expand unexpectedly
if PathVariable had a trailing : (which it usually does) -- i.e., some:path:: == /some/path/.. = /some/.

: after a variable will be dropped if there was already a trailing :
2015-02-08 14:49:08 -05:00
Kelvin Sherlock 176fb108a6 Use the $Commands environment variable as a list of directories where commands may be located. 2015-01-24 14:40:45 -05:00
Kelvin Sherlock dbdcbea31c updated verbatim settings 2015-01-12 15:31:59 -05:00
Kelvin Sherlock caac09787a verbatim code 2013-08-21 21:30:06 -04:00
Kelvin Sherlock 6e5134389d updated Environment.text 2013-08-16 22:03:46 -04:00