lttv: Change "dbg" option in runlttv
[lttv.git] / runlttv
diff --git a/runlttv b/runlttv
index 7af35b018f10bc2c7f582ddb1091a7b4578c5d76..f64d91d9a58cafbb0e632df55ec7cd18bc3a3e41 100755 (executable)
--- a/runlttv
+++ b/runlttv
@@ -50,7 +50,7 @@ if [ -e "$RCFILE" ]; then
 fi
 
 HELPER=$1
-if [ "$HELPER" = "dbg" ]; then
+if [ "$HELPER" = "gdb" ]; then
        shift
        LD_LIBRARY_PATH=ltt/.libs gdb --args $LTTV_EXEC $ARGS $TRACEFILE $@
 elif [ "$HELPER" = "valgrind" ]; then
This page took 0.023296 seconds and 4 git commands to generate.