Package: libphidgets0
Version: 0.3.5-1

I'm using dash for /bin/sh.
On update, I see theese errors:
>Preconfiguring packages ...
>/tmp/libphidgets0.config.258323: 14: [[: not found
>/tmp/libphidgets0.config.258323: 15: [[: not found
>/tmp/libphidgets0.config.258323: 19: [[: not found
>/tmp/libphidgets0.config.258323: 91: [[: not found

and:
>Preparing to replace libphidgets0 0.3.2-1 (using 
>.../libphidgets0_0.3.5-1_i386.deb) ...
>/var/lib/dpkg/tmp.ci/preinst: 22: [[: not found

fix pattern 1:
  change [[ ... ]] to [ ... ]. please check man pages for minor form
  difference(I think no difference for this script).

fix pattern 2:
  use /bin/bash for shbang line.

Regards,
-- 
thanks reading broken english!


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

Reply via email to