aboutsummaryrefslogtreecommitdiff
path: root/reproduce/software
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-01-19 22:21:34 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-01-19 22:21:34 +0000
commit0ccea404bf994525a6f42ccea8ed7e325660627a (patch)
tree71043f04829da13030c6f2c8dc9c69abf0879840 /reproduce/software
parentbe73ea496657099603cce7e20413b9c6ee993c94 (diff)
Corrected typo in last commit (forgetting \ at end of line)
In the previous commmit, I had forgot to add a `\' after the newly added `sys_library_path' variable to the `high-level.mk' call.
Diffstat (limited to 'reproduce/software')
-rwxr-xr-xreproduce/software/bash/configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/software/bash/configure.sh b/reproduce/software/bash/configure.sh
index c0f8025..8cdd744 100755
--- a/reproduce/software/bash/configure.sh
+++ b/reproduce/software/bash/configure.sh
@@ -1207,7 +1207,7 @@ else
fi
.local/bin/env -i HOME=$bdir \
.local/bin/make -f reproduce/software/make/high-level.mk \
- sys_library_path=$sys_library_path
+ sys_library_path=$sys_library_path \
rpath_command=$rpath_command \
static_build=$static_build \
numthreads=$numthreads \