found 342389 1.1.17-5
reopen 342389 
tags 342389 +patch
quit

Hello Adam,

I am sorry, but I have to reopen again.

Executables are not detected by the regex in debian/configupdate.
The following fix is sufficient:

--- debian/configupdate~        2006-01-02 08:47:31.000000000 +0100
+++ debian/configupdate 2006-01-02 08:47:31.000000000 +0100
@@ -13,7 +13,7 @@
 
        echo "Latest version of config.${1} file is ${LATEST_VERSION}"
        for i in $UPDATE_FILES; do
-               head -1 "$i" | grep -q '#!\s*\/bin\/sh'
+               head -1 "$i" | grep -q '#!.*\/bin\/sh'
                EXE=$?
                if [ -x "$i" ] || [ $EXE -eq 0 ]; then
                        V=`sh -e "${i}" -t`


Thanks in advance

                        Petr




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to