1
0
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:
Love Hörnquist Åstrand
2005-07-14 02:56:18 +00:00
committed by Gerald (Jerry) Carter
parent 0e5b89b1e8
commit 98e8049bc3
3 changed files with 3 additions and 3 deletions

View File

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