svn commit: samba r19104 - in branches/SAMBA_3_0/source/script/tests: .

jra at samba.org jra at samba.org
Thu Oct 5 21:30:35 GMT 2006


Author: jra
Date: 2006-10-05 21:30:31 +0000 (Thu, 05 Oct 2006)
New Revision: 19104

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19104

Log:
Fix from Bj?\195?\182rn JACKE <bjoern at j3e.de>
"here's a small fix for gdb_backtrace."
Jeremy.

Modified:
   branches/SAMBA_3_0/source/script/tests/gdb_backtrace


Changeset:
Modified: branches/SAMBA_3_0/source/script/tests/gdb_backtrace
===================================================================
--- branches/SAMBA_3_0/source/script/tests/gdb_backtrace	2006-10-05 20:05:09 UTC (rev 19103)
+++ branches/SAMBA_3_0/source/script/tests/gdb_backtrace	2006-10-05 21:30:31 UTC (rev 19104)
@@ -8,7 +8,7 @@
 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



More information about the samba-cvs mailing list