From 06e36b4e1860927eb76a2e756d86ef9b525ac743 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 5 Oct 2006 21:30:31 +0000 Subject: r19104: Fix from Björn JACKE "here's a small fix for gdb_backtrace." Jeremy. (This used to be commit a0b4e5d11857cd067c60dd99dc5f00ee62a1354d) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source3/script/tests/gdb_backtrace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/script/tests') 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 -- cgit