diff options
-rwxr-xr-x | make_osx_package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_osx_package.sh b/make_osx_package.sh index 3ef650a1f..320c3fead 100755 --- a/make_osx_package.sh +++ b/make_osx_package.sh @@ -21,7 +21,7 @@ rm -rf $DIST mkdir -p $DIST mkdir -p $RESOURCES stack setup -which hsb2hs | stack install --stack-yaml=stack.hsb2hs.yaml +which hsb2hs || stack install --stack-yaml=stack.hsb2hs.yaml echo Building pandoc... stack clean |