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

Jonas Smedegaard dr at jones.dk
Sat Mar 6 09:57:21 UTC 2010


The following commit has been merged in the master branch:
commit d75fffebecb2b473285bfca7cda08577e2256e62
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Mar 6 10:57:09 2010 +0100

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

diff --git a/install.sh b/install.sh
index 4620408..5765712 100755
--- a/install.sh
+++ b/install.sh
@@ -1788,7 +1788,7 @@ do
 					exit 1
 				fi
 				action_$i
-				if [ -n "$VERBOSE" ]; echo "I: Done with stage $i"; fi
+				if [ -n "$VERBOSE" ]; then echo "I: Done with stage $i"; fi
 			fi
 			;;
                 *)

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list