aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2018-08-11 14:55:38 +0200
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2018-08-11 14:55:38 +0200
commit2d0357b3939dda9fa958c2c0ba97e366129df602 (patch)
treef8111159d3b86a1ceda1158b4b54cac9380e8725 /configure
parentea44dfc50926fb7b5d7b67d1b632ef3eb780b579 (diff)
Shell to run configure script set to /bin/sh
We had previously started the `configure' script with `/bin/bash'. But this script is meant to check for Bash inside of it. So to be run-able (on a system which may not have Bash), the `configure' script has to be run by `/bin/sh'.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 9233766..331c029 100755
--- a/configure
+++ b/configure
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /bin/sh
#
# Necessary preparations/configurations for the reproduction pipeline.
#