[grilo-plugins] build: fix passing arguments to gnome-autogen.sh from autogen.sh



commit af159cb50576413cbd1d73649843f7a7af04bd39
Author: Evan Nemerson <evan coeus-group com>
Date:   Mon Dec 3 15:41:02 2012 -0800

    build: fix passing arguments to gnome-autogen.sh from autogen.sh
    
    https://bugzilla.gnome.org/show_bug.cgi?id=689577

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 387eadf..63f0827 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -21,4 +21,4 @@ gnome-doc-prepare --automake --copy --force
 REQUIRED_AUTOMAKE_VERSION=1.8 \
 USE_GNOME2_MACROS=1 \
 USE_COMMON_DOC_BUILD=yes \
-. gnome-autogen.sh $*
+. gnome-autogen.sh "$@"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]