[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. d42d4f0ddf72288d523a971038c6eb86f73c724d

Jonas Smedegaard dr at jones.dk
Sat Mar 6 00:28:47 UTC 2010


The following commit has been merged in the master branch:
commit d42d4f0ddf72288d523a971038c6eb86f73c724d
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Mar 6 01:28:11 2010 +0100

    Fix missing 'then' in an if-then-fi construct.

diff --git a/install.sh b/install.sh
index f32baf2..4620408 100755
--- a/install.sh
+++ b/install.sh
@@ -1782,7 +1782,7 @@ do
 			;;
 		 "testing"|"time"|"partition"|"format"|"mount"|"debian"|"apt"|"fso"|"configuration"|"kernel"|"unmount"|"uboot"|"tasks"|"cleanup")
 			if [ -z "$showHelp" ]; then
-				if [ -n "$VERBOSE" ]; echo "I: Invoking stage $i"; fi
+				if [ -n "$VERBOSE" ]; then echo "I: Invoking stage $i"; fi
 				if [ "$FSO_DEVICE" != gta01 -a "$FSO_DEVICE" != gta02 ]; then
 					echo "E: unsupported FSO_DEVICE '$FSO_DEVICE'"
 					exit 1

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list