diff options
-rwxr-xr-x | project | 2 | ||||
-rwxr-xr-x | reproduce/software/bash/configure.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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. # |