[Pkg-kde-extras] Bug#489622: kvpnc: bashism in /bin/sh script

2008-09-23 Thread Chris Lamb
Adam D. Barratt wrote: > To get the same behaviour as the original you need > > if [ $fails -gt `expr $TEST_PING_COUNT - 1` ]; then You are quite right, thanks for checking the patch. Regards, -- ,''`. : :' : Chris Lamb `. `'` [EMAIL PROTECTED] `- signature

[Pkg-kde-extras] Bug#489622: kvpnc: bashism in /bin/sh script

2008-09-21 Thread Adam D. Barratt
On Sun, 2008-08-24 at 14:30 +0100, Chris Lamb wrote: > Patch attached. -if [[ $fails > `expr $TEST_PING_COUNT - 1` ]]; then +if [ $fails > `expr $TEST_PING_COUNT - 1` ]; then Unfortunately the fix there is slightly broken - it creates a file with a numeric filename rather than comparing the two n

[Pkg-kde-extras] Bug#489622: kvpnc: bashism in /bin/sh script

2008-08-24 Thread Chris Lamb
tags 489622 + patch thanks Patch attached. Regards, -- Chris Lamb, UK [EMAIL PROTECTED] GPG: 0x634F9A20 diff -urNd kvpnc-0.9.0.orig/src/ping_check.sh kvpnc-0.9.0/src/ping_check.sh --- kvpnc-0.9.0.orig/src/ping_chec

[Pkg-kde-extras] Bug#489622: kvpnc: bashism in /bin/sh script

2008-07-06 Thread Raphael Geissert
Package: kvpnc Severity: important Version: 0.9.0-1 User: [EMAIL PROTECTED] Usertags: goal-dash Hello maintainer, While performing an archive wide checkbashisms (from the 'devscripts' package) check I've found your package containing one or more /bin/sh scripts making use of bashisms. checkbas