quickrun script now works with new source layout
This commit is contained in:
parent
ef28200199
commit
ffed7caff4
2
quickrun
2
quickrun
|
@ -2,4 +2,4 @@
|
||||||
# quickrun runs ShellCheck in an interpreted mode.
|
# quickrun runs ShellCheck in an interpreted mode.
|
||||||
# This allows testing changes without recompiling.
|
# This allows testing changes without recompiling.
|
||||||
|
|
||||||
runghc -idist/build/autogen shellcheck.hs "$@"
|
runghc -isrc -idist/build/autogen shellcheck.hs "$@"
|
||||||
|
|
Loading…
Reference in New Issue