Add missing shell quoting

This commit is contained in:
Olly Betts 2015-09-04 14:30:42 +12:00
commit c270367ea0

View file

@ -3,7 +3,7 @@
# Convenience script for running SWIG before it is installed.
# Intended for ad-hoc usage and not by the test-suite or examples.
builddir=`dirname $0`
SWIG_LIB=@SWIG_LIB_PREINST@
builddir=`dirname "$0"`
SWIG_LIB='@SWIG_LIB_PREINST@'
export SWIG_LIB
exec "$builddir/swig" "$@"