comparison 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
comparison
equal deleted inserted replaced
16035:999f8257313b 16036:dd583c258cf9
61 ## Frontends for gdb (e.g. Emacs's GUD mode) need --annotate=3 61 ## Frontends for gdb (e.g. Emacs's GUD mode) need --annotate=3
62 driver="gdb --annotate=3 --args" 62 driver="gdb --annotate=3 --args"
63 shift 63 shift
64 elif [ "x$1" = "x-gud2" ]; then 64 elif [ "x$1" = "x-gud2" ]; then
65 ## The latest version of gud needs -i=mi. There isn't a good way to check 65 ## The latest version of gud needs -i=mi. There isn't a good way to check
66 ## this at configure time, so we just add a gdb2 flag 66 ## this at configure time, so we just add a gud2 flag
67 driver="gdb -i=mi --args" 67 driver="gdb -i=mi --args"
68 shift 68 shift
69 elif [ "x$1" = "x-valgrind" ]; then 69 elif [ "x$1" = "x-valgrind" ]; then
70 driver="valgrind --tool=memcheck" 70 driver="valgrind --tool=memcheck"
71 shift 71 shift