Fix: missing ;; for case
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 26 Jan 2015 19:11:09 +0000 (14:11 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 26 Jan 2015 19:11:09 +0000 (14:11 -0500)
lttng-ust/lttng-ust-master.sh

index f591c3646009e6c8f8a712c00dee6408ca3bcee1..ec96c2658de0d0068b20705b932d6220707755a0 100755 (executable)
@@ -30,6 +30,7 @@ java-agent)
 python-agent)
        echo "Python agent build"
        CONF_OPTS="--enable-python-agent"
+       ;;
 *)
     echo "Standard build"
     CONF_OPTS=""
This page took 0.023095 seconds and 4 git commands to generate.