diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-18 12:28:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-18 12:28:27 +0200 |
commit | d0a05f255e955856e085d60e03f9bc489f213c3e (patch) | |
tree | b12d68aceae7e5a6cfe464ab0f4ccae333c12ddf /bootstrap | |
parent | 8c6a663bddd6e5d34c3244ef8f764b22efee4af6 (diff) |
Fix bug in bootstrap script
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ while test $# -ne 0; do echo "error: c++ compiler flags expected after --cxxflags" 1>&2 exit 1 fi - cxx=$1 + cxxflags=$1 shift ;; --libbutl) |