summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Höhn <hoehnp@gmx.de>2018-10-05 15:24:19 +0200
committerPatrick Höhn <hoehnp@gmx.de>2018-10-05 15:24:19 +0200
commit3004c40f42a70e3e8cb19cca331da89f3e4a96db (patch)
tree20bc3910eed1f8b5ac587c4880d0ca3162df9ec0
parentaeda0b26c8afad11b0bbaa99e88b8ba0309fdba3 (diff)
downloadnavit-3004c40f42a70e3e8cb19cca331da89f3e4a96db.tar.gz
changed shebang in plain build script
ändrad: contrib/sailfish/build_sailfish.sh
-rwxr-xr-xcontrib/sailfish/build_sailfish.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sailfish/build_sailfish.sh b/contrib/sailfish/build_sailfish.sh
index b7af7ab46..0281ba9eb 100755
--- a/contrib/sailfish/build_sailfish.sh
+++ b/contrib/sailfish/build_sailfish.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /bin/sh
#run on the Sailfish OS sdk docker container. Check that rpmbuild directory exists. Remember to export VERSION_ID
if [ -z ${VERSION_ID+x} ]; then echo "VERSION_ID not set. Forgot to export VERSION_ID?"; exit 1; fi