[Midnightbsd-cvs] mports: chkfake: indent results exactly four spaces.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Thu Oct 9 12:31:27 EDT 2008


Log Message:
-----------
indent results exactly four spaces.

Modified Files:
--------------
    mports/Tools/scripts:
        chkfake (r1.5 -> r1.6)

-------------- next part --------------
Index: chkfake
===================================================================
RCS file: /home/cvs/mports/Tools/scripts/chkfake,v
retrieving revision 1.5
retrieving revision 1.6
diff -L Tools/scripts/chkfake -L Tools/scripts/chkfake -u -r1.5 -r1.6
--- Tools/scripts/chkfake
+++ Tools/scripts/chkfake
@@ -68,15 +68,15 @@
 		
 		if grep $DESTDIR $DESTDIR$CWD/$ENTRY >/dev/null; then
 			EXIT=1
-			echo "	$ENTRY contains the fake destdir."
+			echo "    $ENTRY contains the fake destdir."
 		fi
 		continue;
 	fi
 	EXIT=1
 	if [ -e $CWD/$ENTRY ]; then
-		echo "	$ENTRY installed in $CWD"
+		echo "    $ENTRY installed in $CWD"
 	else
-		echo "	$ENTRY not installed."
+		echo "    $ENTRY not installed."
 	fi			
 done
 


More information about the Midnightbsd-cvs mailing list