mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +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