1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

Use "$@" to preserve shell quoting in case somebody passes an escaped

string as a configure parameter.
This commit is contained in:
Martin Pool 0001-01-01 00:00:00 +00:00
parent 11077368ec
commit 10b2de7ebd

View File

@ -1,2 +1,2 @@
#!/bin/sh
`dirname $0`/configure --enable-developer $*
`dirname $0`/configure --enable-developer "$@"