mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-11 19:59:32 +00:00
Use /bin/sh
Apparently /usr/bin/sh only works in Arch Linux
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/sh
|
||||
#!/bin/sh
|
||||
nim c --path:src -r --verbosity:0 --hints:off --linedir:on --debuginfo \
|
||||
--stacktrace:on --linetrace:on "$@" ./test/testall.nim \
|
||||
| grep -vE 'ProveInit|instantiation from here'
|
||||
|
||||
Reference in New Issue
Block a user