From: Jonathan Rajotte Date: Mon, 26 Jan 2015 19:11:09 +0000 (-0500) Subject: Fix: missing ;; for case X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=1fe5a885d03544c271ac03ed0425f0742696ab96;p=lttng-ci.git Fix: missing ;; for case --- diff --git a/lttng-ust/lttng-ust-master.sh b/lttng-ust/lttng-ust-master.sh index f591c36..ec96c26 100755 --- a/lttng-ust/lttng-ust-master.sh +++ b/lttng-ust/lttng-ust-master.sh @@ -30,6 +30,7 @@ java-agent) python-agent) echo "Python agent build" CONF_OPTS="--enable-python-agent" + ;; *) echo "Standard build" CONF_OPTS=""