[Fai-commit] r5529 - in trunk: bin lib

Thomas Lange lange at alioth.debian.org
Fri Oct 9 11:13:49 UTC 2009


Author: lange
Date: 2009-10-09 11:13:48 +0000 (Fri, 09 Oct 2009)
New Revision: 5529

Modified:
   trunk/bin/fai-do-scripts
   trunk/lib/get-config-dir-cvs
Log:
big brother is watching me ;-), replace % with #, since this is shell,
not latex


Modified: trunk/bin/fai-do-scripts
===================================================================
--- trunk/bin/fai-do-scripts	2009-10-09 09:12:58 UTC (rev 5528)
+++ trunk/bin/fai-do-scripts	2009-10-09 11:13:48 UTC (rev 5529)
@@ -92,7 +92,7 @@
 	*.dpkg-inst) [ X$debug = X1 ] && echo "Skipping file $file"; return ;;
     esac
 
-    name=${file##*/}  % basename function
+    name=${file##*/}  # basename function
     case $name in
 	S[0-9][0-9]*) echo -e "WARNING: The script $name does not match [0-9][0-9]*.\nIt's not executed. Please rename it."; return ;;
     esac

Modified: trunk/lib/get-config-dir-cvs
===================================================================
--- trunk/lib/get-config-dir-cvs	2009-10-09 09:12:58 UTC (rev 5528)
+++ trunk/lib/get-config-dir-cvs	2009-10-09 11:13:48 UTC (rev 5529)
@@ -39,7 +39,7 @@
    task_error 701 $?
 else 
    echo "Checking out CVS"
-   cd ${FAI%/*}     % cd to dirname $FAI
-   cvs -q co -P -d ${FAI##*/} $tag $module > $LOGDIR/getconf.log   % -d uses basename of $FAI
+   cd ${FAI%/*}     # cd to dirname $FAI
+   cvs -q co -P -d ${FAI##*/} $tag $module > $LOGDIR/getconf.log   # -d uses basename of $FAI
    task_error 702 $?
 fi




More information about the Fai-commit mailing list