Skip to content

Commit ae165a5

Browse files
committed
Fix parameter expansion when configuring Z3
1 parent db63c92 commit ae165a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ if ! $PYTHON -c "print('testing')" > /dev/null ; then
1414
exit 1
1515
fi
1616

17-
$PYTHON scripts/mk_make.py $*
17+
$PYTHON scripts/mk_make.py "$@"

0 commit comments

Comments
 (0)