diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-01-19 22:21:34 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-01-19 22:21:34 +0000 |
commit | 0ccea404bf994525a6f42ccea8ed7e325660627a (patch) | |
tree | 71043f04829da13030c6f2c8dc9c69abf0879840 /reproduce/software | |
parent | be73ea496657099603cce7e20413b9c6ee993c94 (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-x | reproduce/software/bash/configure.sh | 2 |
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 \ |