mirror of
https://github.com/samba-team/samba.git
synced 2025-10-15 07:33:15 +03:00
r8444: make ./configure.mumble CC='ccache cc'
work by using "@$" instead of $*
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
0e5b89b1e8
commit
98e8049bc3
@@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
`dirname $0`/configure -C --enable-developer $*
|
||||
`dirname $0`/configure -C --enable-developer "$@"
|
||||
|
Reference in New Issue
Block a user