summaryrefslogtreecommitdiff
path: root/make_osx_package.sh
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-11-15 13:39:29 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-11-15 13:39:29 -0800
commitc720cbf9f2c1445ed3b8dc94583db3b6c53781df (patch)
treeb75a0f42bfbbfead2c1db60b45552c3f775ffb65 /make_osx_package.sh
parentb98fced1c21aa18578eecbed27b3736fe452710c (diff)
Fixed bug in make_osx_package.sh script.
Diffstat (limited to 'make_osx_package.sh')
-rwxr-xr-xmake_osx_package.sh2
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