aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xproject2
-rwxr-xr-xreproduce/software/bash/configure.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/project b/project
index d994b09..264895a 100755
--- a/project
+++ b/project
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# High-level script to manage the project.
# Run `./project --help' for a description of how to use it.
diff --git a/reproduce/software/bash/configure.sh b/reproduce/software/bash/configure.sh
index 17e3048..6e5abb8 100755
--- a/reproduce/software/bash/configure.sh
+++ b/reproduce/software/bash/configure.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /bin/sh
#
# Necessary preparations/configurations for the reproducible project.
#