-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
When running koch runCI on FreeBSD, the following error is reported:
[build@build /usr/home/build/Nim]$ ./koch runCI
runCI:
'/usr/home/build/Nim/koch' boot
sh: Syntax error: Unterminated quoted string
FAILURE
When running echo $SHELL, the shell is /usr/local/bin/bash.
Running '/usr/home/build/Nim/koch' boot from the shell works correctly.