mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 06:18:51 +00:00
Fixes install_*.nims scripts on Linux.
This commit is contained in:
@@ -3,4 +3,4 @@ mode = ScriptMode.Verbose
|
||||
|
||||
echo "This script is deprecated. Use 'koch nimble' instead."
|
||||
|
||||
exec "koch nimble"
|
||||
exec "./koch nimble"
|
||||
|
||||
@@ -3,4 +3,4 @@ mode = ScriptMode.Verbose
|
||||
|
||||
echo "This script is deprecated. Use 'koch tools' instead."
|
||||
|
||||
exec "koch tools"
|
||||
exec "./koch tools"
|
||||
|
||||
Reference in New Issue
Block a user