mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 00:20:11 +01:00
build: quote $@ in autogen.sh
https://bugzilla.gnome.org/show_bug.cgi?id=689512
This commit is contained in:
parent
829234fd8d
commit
208c53e5d6
1 changed files with 1 additions and 1 deletions
|
|
@ -20,5 +20,5 @@ PKG_NAME=NetworkManager
|
|||
)
|
||||
|
||||
if test -z "$NOCONFIGURE"; then
|
||||
$srcdir/configure --enable-maintainer-mode $@
|
||||
$srcdir/configure --enable-maintainer-mode "$@"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue