aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-02-01 10:02:04 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-02-01 10:02:04 +0000
commitb9fc1c35dd8344aa78e29c6cc68acc6203ef66f8 (patch)
treee7a3a34824120fbef57dedd125cde13e5810ab65
parent90fc8ad3c38bbf87ca4514db456c34c2196cfce9 (diff)
Configure script now runs under /bin/bash
Until now it was `/bin/sh', but on Debian systems, this can cause problems because by default they use a much weaker shell (dash) which doesn't recognize functions.
-rw-r--r--.file-metadatabin3714 -> 3714 bytes
-rwxr-xr-xconfigure2
2 files changed, 1 insertions, 1 deletions
diff --git a/.file-metadata b/.file-metadata
index 392f66d..9e9f414 100644
--- a/.file-metadata
+++ b/.file-metadata
Binary files differ
diff --git a/configure b/configure
index df87435..9975cae 100755
--- a/configure
+++ b/configure
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
#
# Necessary preparations/configurations for the reproduction pipeline.
#