[Fai-commit] r6656 - trunk/examples/simple/basefiles

Thomas Lange lange at alioth.debian.org
Thu Sep 8 00:27:49 UTC 2011


Author: lange
Date: 2011-09-08 00:27:49 +0000 (Thu, 08 Sep 2011)
New Revision: 6656

Modified:
   trunk/examples/simple/basefiles/mk-basefile
Log:
fix syntax error


Modified: trunk/examples/simple/basefiles/mk-basefile
===================================================================
--- trunk/examples/simple/basefiles/mk-basefile	2011-09-06 17:41:05 UTC (rev 6655)
+++ trunk/examples/simple/basefiles/mk-basefile	2011-09-08 00:27:49 UTC (rev 6656)
@@ -84,7 +84,7 @@
 mkpost-slc() {
 
     ver=$1
-    [ -z "$MIRROR_SLC"] && return
+    [ -z "$MIRROR_SLC" ] && return
     cat <<EOM > $xtmp/post
 #! /bin/sh
 mkdir -p $xtmp/etc/yum.repos.d/orig




More information about the Fai-commit mailing list