Add missing shell quoting
This commit is contained in:
parent
e903854ded
commit
c270367ea0
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
# Convenience script for running SWIG before it is installed.
|
# Convenience script for running SWIG before it is installed.
|
||||||
# Intended for ad-hoc usage and not by the test-suite or examples.
|
# Intended for ad-hoc usage and not by the test-suite or examples.
|
||||||
|
|
||||||
builddir=`dirname $0`
|
builddir=`dirname "$0"`
|
||||||
SWIG_LIB=@SWIG_LIB_PREINST@
|
SWIG_LIB='@SWIG_LIB_PREINST@'
|
||||||
export SWIG_LIB
|
export SWIG_LIB
|
||||||
exec "$builddir/swig" "$@"
|
exec "$builddir/swig" "$@"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue