1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source3/configure.developer
Martin Pool fba0a72035 Use "$@" to preserve shell quoting in case somebody passes an escaped
string as a configure parameter.
(This used to be commit 3285c80cb0)
2003-03-10 03:04:47 +00:00

3 lines
57 B
Bash
Executable File

#!/bin/sh
`dirname $0`/configure --enable-developer "$@"