[Dbconfig-common-changes] [dbconfig-common] r455 - trunk/internal

Sean Finney seanius at alioth.debian.org
Fri Jul 4 22:54:48 UTC 2008


Author: seanius
Date: 2008-07-04 22:54:47 +0000 (Fri, 04 Jul 2008)
New Revision: 455

Modified:
   trunk/internal/common
Log:
another fix found from test cases


Modified: trunk/internal/common
===================================================================
--- trunk/internal/common	2008-04-20 21:46:29 UTC (rev 454)
+++ trunk/internal/common	2008-07-04 22:54:47 UTC (rev 455)
@@ -27,7 +27,7 @@
 ### simple debugging function
 ###
 _dbc_debug(){
-	if [ "$dbc_debug" ]; then
+	if [ "${dbc_debug:-}" ]; then
 		dbc_logline "$@"
 	fi
 }




More information about the Dbconfig-common-changes mailing list