missing ;; in case
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Sat, 14 Feb 2015 14:42:20 +0000 (09:42 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Sat, 14 Feb 2015 14:42:20 +0000 (09:42 -0500)
lttng-tools/lttng-tools-master-test-joraj.sh

index 545d45d4535dadb82f815584b5c70951259294e9..9e152d656e5677f496c1f1004188127f3781bcae 100755 (executable)
@@ -56,6 +56,7 @@ java_jul)
 java_log4j)
        echo "Build with java-log4j UST support"
        CONF_OPTS=$CONF_OPTS" --enable-java-agent-tests-log4j --with-java-classpath=/usr/share/java/log4j-1.2.jar"
+       ;;
 *)
     echo "Standard build"
     CONF_OPTS=""
This page took 0.023111 seconds and 4 git commands to generate.