Hi, > checkbashisms' output: > > possible bashism in ./DEBIAN/postinst line 75 ($HOST(TYPE|NAME)): > > if echo $DISPLAY | grep -q "^$HOSTNAME:0.*"; then
This seems to be a false positive. The lines in question are: for HOSTNAME in "" "localhost" "$(hostname)" "$(hostname -f)"; do if echo $DISPLAY | grep -q "^$HOSTNAME:0.*"; then NOSTART=yes fi done However, a tool like checkbashisms is a little too blunt to detect this sort of thing, so it might be advisible to change the variable name. Regards, -- Chris Lamb, UK [EMAIL PROTECTED] GPG: 0x634F9A20
signature.asc
Description: PGP signature