Author: myon
Date: 2008-08-23 14:11:52 +0000 (Sat, 23 Aug 2008)
New Revision: 1597

Modified:
   trunk/scripts/debsign.sh
Log:
Fix character class for wildcard chars


Modified: trunk/scripts/debsign.sh
===================================================================
--- trunk/scripts/debsign.sh    2008-08-23 14:03:53 UTC (rev 1596)
+++ trunk/scripts/debsign.sh    2008-08-23 14:11:52 UTC (rev 1597)
@@ -364,7 +364,7 @@
        else withecho scp "$remotehost:$remotecommands" "$commands"
        fi
 
-       if [ -n "$changes" ] && echo "$changes" | grep -q "[\*\?\[\]]"
+       if [ -n "$changes" ] && echo "$changes" | egrep -q '[][*?]'
        then
            for changes in $changes
            do



-- 
To unsubscribe, send mail to [EMAIL PROTECTED]

Reply via email to