Skip to content

Commit

Permalink
macosx/configure.sh: Fix argument passing to configure
Browse files Browse the repository at this point in the history
Previously an argument could incorrectly get split up even though it
was passed as one argument to the configure.sh wrapper script.
  • Loading branch information
ePirat committed Sep 19, 2018
1 parent bd888e2 commit 2f45f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/package/macosx/configure.sh
Expand Up @@ -40,4 +40,4 @@ OPTIONS="
export CFLAGS
export LDFLAGS

sh "$(dirname $0)"/../../../configure ${OPTIONS} $*
sh "$(dirname $0)"/../../../configure ${OPTIONS} "$@"

0 comments on commit 2f45f0b

Please sign in to comment.