quickrun script now works with new source layout

This commit is contained in:
Vidar Holen 2018-03-28 08:52:44 -07:00
parent ef28200199
commit ffed7caff4
1 changed files with 1 additions and 1 deletions

View File

@ -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 "$@"