aboutsummaryrefslogtreecommitdiff
path: root/reproduce/software/shell/pre-make-build.sh
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-09-08 01:25:29 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-09-08 01:25:29 +0100
commit24d01f55d675348b1b4e9c022aab80af66100e9e (patch)
tree3d54655aceefb29a4714fd50711cc33e17d4e5d5 /reproduce/software/shell/pre-make-build.sh
parent6727f84b6d10fe77981b3e8117f436ec1039f643 (diff)
Removed all occurances of IFS in low-level scripts
Following the previous commit, we recognized that the 'IFS' terms are not necessary and can be even cause problems. So all their occurances in the scripts of Maneage have been removed with this commit.
Diffstat (limited to 'reproduce/software/shell/pre-make-build.sh')
-rwxr-xr-xreproduce/software/shell/pre-make-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/software/shell/pre-make-build.sh b/reproduce/software/shell/pre-make-build.sh
index f11e6e6..4e7d6ad 100755
--- a/reproduce/software/shell/pre-make-build.sh
+++ b/reproduce/software/shell/pre-make-build.sh
@@ -30,7 +30,7 @@ set -e
-# Input arguments (the 'IFS's are to allow space in the name).
+# Input arguments.
bdir="$1"
ddir="$2"
downloader="$3"