summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward@collabora.com>2013-09-24 11:55:39 +0200
committerEdward Hervey <edward@collabora.com>2013-09-24 11:55:39 +0200
commitaf1079820a95bcdfcd415cdb7a63aa4ce60f8803 (patch)
treedfcaf64093bf41c01aad4659e6516fa3229d4344
parentb9c29301d754c1e3f0f5cf610a152ef4ed033b9e (diff)
Fix typo....
-rwxr-xr-xci-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-build.sh b/ci-build.sh
index 1357109..aed9904 100755
--- a/ci-build.sh
+++ b/ci-build.sh
@@ -133,7 +133,7 @@ build()
nodebug)
AGARGS="--disable-gst-debug --disable-gtk-doc --disable-docbook --disable-introspection";;
*)
- ARGARGS="--enable-gtk-doc --enable-docbook --enable-introspection";;
+ AGARGS="--enable-gtk-doc --enable-docbook --enable-introspection";;
esac
./autogen.sh --cache-file=$INSTALLPREFIX/config.cache $AGARGS > $logname 2>&1