summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2012-12-06 09:19:23 -0500
committerPeng Huang <shawn.p.huang@gmail.com>2012-12-06 09:19:23 -0500
commit32f0833e82bb3b4237d0c91fdae272e5d21f28db (patch)
treebedd7486808d73d3198af092b50aa9dea53ec8c2
parenta8f1c432491eb5cd125a3b4babf86f5a70a71740 (diff)
downloadibus-pinyin-32f0833e82bb3b4237d0c91fdae272e5d21f28db.tar.gz
Quote $@ in autogen.sh
BUG=http://code.google.com/p/ibus/issues/detail?id=1556 TBR=takao.fujiwara1 Review URL: https://codereview.appspot.com/6890053 Patch from Evan Nemerson <evan@coeus-group.com>.
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 660c4b8..8b3fbca 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -21,4 +21,4 @@ which gnome-autogen.sh || {
ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I m4"
REQUIRED_AUTOMAKE_VERSION=1.8
-. gnome-autogen.sh
+. gnome-autogen.sh "$@"