[freenet-cvs] r16223 - trunk/scripts

nextgens at freenetproject.org nextgens at freenetproject.org
Mon Dec 3 16:03:52 UTC 2007


Author: nextgens
Date: 2007-12-03 16:03:52 +0000 (Mon, 03 Dec 2007)
New Revision: 16223

Modified:
   trunk/scripts/verify_indent.sh
Log:
scripts: better that way

Modified: trunk/scripts/verify_indent.sh
===================================================================
--- trunk/scripts/verify_indent.sh	2007-12-03 15:58:58 UTC (rev 16222)
+++ trunk/scripts/verify_indent.sh	2007-12-03 16:03:52 UTC (rev 16223)
@@ -56,7 +56,8 @@
 	if test -s nok
 	then 
 		echo -e "\tThat's FALSE.\n"
-	else
+	elif test -s list
+	then
 		echo -e "\tThat's TRUE.\n"
 	fi
 	cat ok nok




More information about the cvs mailing list