From d0a05f255e955856e085d60e03f9bc489f213c3e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 18 Dec 2015 12:28:27 +0200 Subject: Fix bug in bootstrap script --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') 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) -- cgit v1.1