use "$@" instead of "$*"

git-svn-id: https://svn.musicpd.org/mpd/trunk@48 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes
2004-02-25 04:53:30 +00:00
parent 991eb52bcf
commit c10807c276
2 changed files with 4 additions and 4 deletions

View File

@@ -61,5 +61,5 @@ autoconf
cd ../..
# Run configure for this platform
./configure $*
./configure "$@"