[Fai-commit] r5012 - trunk/bin

lange at alioth.debian.org lange at alioth.debian.org
Sat Aug 9 10:24:15 UTC 2008


Author: lange
Date: 2008-08-09 10:24:14 +0000 (Sat, 09 Aug 2008)
New Revision: 5012

Modified:
   trunk/bin/fai-do-scripts
Log:
adjust regex to new output of file command (closes: #490111)


Modified: trunk/bin/fai-do-scripts
===================================================================
--- trunk/bin/fai-do-scripts	2008-08-09 09:44:38 UTC (rev 5011)
+++ trunk/bin/fai-do-scripts	2008-08-09 10:24:14 UTC (rev 5012)
@@ -133,7 +133,7 @@
 	    fc_check_status $file $? | tee -a $LOGDIR/cfengine.log
 	;;
 
-	*"perl script"*)
+	*"perl*script"*)
 	    echo "Executing    perl: $file"
 	    echo "=====   perl: $file   =====" >> $LOGDIR/perl.log 2>&1
 	    ./$file >> $LOGDIR/perl.log 2>&1




More information about the Fai-commit mailing list