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:
parent
11077368ec
commit
10b2de7ebd
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
`dirname $0`/configure --enable-developer $*
|
||||
`dirname $0`/configure --enable-developer "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user