Fixes install_*.nims scripts on Linux.

This commit is contained in:
Dominik Picheta
2017-01-28 23:12:49 +01:00
parent 0c49ee25a9
commit 64cc026ced
2 changed files with 2 additions and 2 deletions

View File

@@ -3,4 +3,4 @@ mode = ScriptMode.Verbose
echo "This script is deprecated. Use 'koch nimble' instead."
exec "koch nimble"
exec "./koch nimble"

View File

@@ -3,4 +3,4 @@ mode = ScriptMode.Verbose
echo "This script is deprecated. Use 'koch tools' instead."
exec "koch tools"
exec "./koch tools"