tags 465011 + patch thanks Hi,
Attached is the diff for my netscript-2.4 5.1.5-0.1 NMU.
diff -Nru netscript-2.4-5.1.5/debian/changelog netscript-2.4-5.1.5/debian/changelog --- netscript-2.4-5.1.5/debian/changelog 2008-02-06 05:32:05.000000000 +0100 +++ netscript-2.4-5.1.5/debian/changelog 2008-03-08 23:57:02.000000000 +0100 @@ -1,3 +1,12 @@ +netscript-2.4 (5.1.5-0.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix bashism in netscript-compile. The problems reported in netscript + by checkbashisms are false positives, it has a local definition of + a source function. (Closes: #465011) + + -- Marc 'HE' Brockschmidt <[EMAIL PROTECTED]> Sat, 08 Mar 2008 23:54:46 +0100 + netscript-2.4 (5.1.5) unstable; urgency=low * Fix lintian warnings debian-rules-sets-DH_COMPAT, diff -Nru /tmp/mnwTZKci6E/netscript-2.4-5.1.5/netscript-compile /tmp/3V2XoEXJDx/netscript-2.4-5.1.5/netscript-compile --- netscript-2.4-5.1.5/netscript-compile 2003-12-15 20:36:31.000000000 +0100 +++ netscript-2.4-5.1.5/netscript-compile 2008-03-08 23:51:29.000000000 +0100 @@ -79,7 +79,7 @@ } -source $ETCDIR/netscript-compile.conf +. $ETCDIR/netscript-compile.conf # override the default BACKUP_LEVELS setting in netscript-compile [ -n "$BACKUP_LVLS" ] && BACKUP_LEVELS="$BACKUP_LVLS"