aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-18 12:28:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-18 12:28:27 +0200
commitd0a05f255e955856e085d60e03f9bc489f213c3e (patch)
treeb12d68aceae7e5a6cfe464ab0f4ccae333c12ddf
parent8c6a663bddd6e5d34c3244ef8f764b22efee4af6 (diff)
Fix bug in bootstrap script
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index dfb6f7f..27fd83d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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)