diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-02-25 04:53:30 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-02-25 04:53:30 +0000 |
commit | c10807c2769435077f4f9e4a13e5a2af12702a7e (patch) | |
tree | 2b4880e361d29d4caae942d68cc48e1d837a89cb /autogen.sh | |
parent | 991eb52bcf6a9228d09f521bf1ca83999a1b9b3c (diff) | |
download | mpd-c10807c2769435077f4f9e4a13e5a2af12702a7e.tar.gz mpd-c10807c2769435077f4f9e4a13e5a2af12702a7e.tar.xz mpd-c10807c2769435077f4f9e4a13e5a2af12702a7e.zip |
use "$@" instead of "$*"
git-svn-id: https://svn.musicpd.org/mpd/trunk@48 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 112365ae2..5125c8044 100755 --- a/autogen.sh +++ b/autogen.sh @@ -61,5 +61,5 @@ autoconf cd ../.. # Run configure for this platform -./configure $* +./configure "$@" |