Mercurial > hg > octave-nkf
diff run-octave.in @ 16036:dd583c258cf9
Fix trivial typo in run-octave.in comment
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Mon, 11 Feb 2013 11:30:14 -0500 |
parents | e27d9b9b71f4 |
children | bfff338c56d1 |
line wrap: on
line diff
--- a/run-octave.in +++ b/run-octave.in @@ -63,7 +63,7 @@ shift elif [ "x$1" = "x-gud2" ]; then ## The latest version of gud needs -i=mi. There isn't a good way to check - ## this at configure time, so we just add a gdb2 flag + ## this at configure time, so we just add a gud2 flag driver="gdb -i=mi --args" shift elif [ "x$1" = "x-valgrind" ]; then