Add quotes around $@ in autogen script (thanks exp[x])
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1771
This commit is contained in:
parent
2e6406e083
commit
9b0b0629e0
1 changed files with 1 additions and 1 deletions
|
|
@ -8,5 +8,5 @@ automake -a -c
|
|||
autoconf
|
||||
automake
|
||||
|
||||
./configure $@
|
||||
./configure "$@"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue