diff options
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/script/tests/gdb_backtrace | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/gdb_backtrace b/source3/script/tests/gdb_backtrace index 2a5ed1f04d..c8fcad45f7 100755 --- a/source3/script/tests/gdb_backtrace +++ b/source3/script/tests/gdb_backtrace @@ -8,7 +8,7 @@ exec 1>&2 BASENAME=`basename $0` test -z ${GDB_BIN} && GDB_BIN=`type -p gdb` -if [ -z ${GDB_BIN} ]; then +if [ -z "${GDB_BIN}" ]; then echo "ERROR: ${BASENAME} needs an installed gdb. " exit 1 fi |