[Fai-commit] r3007 - people/michael/bugfixes/310999/scripts

fai-repository at svn.debian.org fai-repository at svn.debian.org
Sun Nov 6 08:58:12 UTC 2005


Author: michael-guest
Date: 2005-11-06 08:58:11 +0000 (Sun, 06 Nov 2005)
New Revision: 3007

Modified:
   people/michael/bugfixes/310999/scripts/fai-do-scripts
Log:
rather trivial bugfix...


Modified: people/michael/bugfixes/310999/scripts/fai-do-scripts
===================================================================
--- people/michael/bugfixes/310999/scripts/fai-do-scripts	2005-11-05 23:56:53 UTC (rev 3006)
+++ people/michael/bugfixes/310999/scripts/fai-do-scripts	2005-11-06 08:58:11 UTC (rev 3007)
@@ -80,7 +80,7 @@
 	*~) echo "Skipping backup file $file" ; return ;;
     esac
     case $file in
-	S*) echo "Script, matching S* will not be executed in the future. Please use names matching [0-9][0-9]*" ;;
+	S[0-9][0-9]*) echo "Script, matching S[0-9][0-9]* will not be executed in the future. Please use names matching [0-9][0-9]*" ;;
     esac
 
     filetype=$(file $file)




More information about the Fai-commit mailing list