diff options
Diffstat (limited to 'gdb/gdb_buildall.sh')
-rw-r--r-- | gdb/gdb_buildall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdb_buildall.sh b/gdb/gdb_buildall.sh index 1fc7b38830c..ed3ffb51dbc 100644 --- a/gdb/gdb_buildall.sh +++ b/gdb/gdb_buildall.sh @@ -103,7 +103,7 @@ builddir=`cd $2 && /bin/pwd` || exit 1 make=${MAKE:-make} MAKE=${make} export MAKE -# We dont want GDB do dump cores. +# We don't want GDB do dump cores. ulimit -c 0 # Just make sure we're in the right directory. |