]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Fix do_autogen.sh so that -L is allowed 3593/head
authorDavid Zafman <dzafman@redhat.com>
Tue, 3 Feb 2015 00:24:07 +0000 (16:24 -0800)
committerDavid Zafman <dzafman@redhat.com>
Tue, 3 Feb 2015 00:40:46 +0000 (16:40 -0800)
Signed-off-by: David Zafman <dzafman@redhat.com>
do_autogen.sh

index f6d2f10ca123127d1e25baf163095abadddbdc68..7df1c93e6382ecaf8a7c471420e2da8058e40985 100755 (executable)
@@ -32,7 +32,7 @@ debug_level=0
 verbose=0
 profile=0
 CONFIGURE_FLAGS="--disable-static --with-lttng"
-while getopts  "d:e:hHrTPJljpcvO:" flag
+while getopts  "d:e:hHrTPJLjpcvO:" flag
 do
     case $flag in
     d) debug_level=$OPTARG;;