Package: solarpowerlog Version: 0.23a-1 Severity: serious 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 a /bin/sh script making use of a bashism. checkbashisms' output: >possible bashism in ./etc/init.d/solarpowerlog line 59 (alternative test command ([[ foo ]] should be [ foo ])): > [[ ! -e $PIDDIR ]] && mkdir -p $PIDDIR && chown $USER $PIDDIR >possible bashism in ./etc/init.d/solarpowerlog line 63 (alternative test command ([[ foo ]] should be [ foo ])): > [[ ! -e $LOGDIR ]] && mkdir -p $LOGDIR && chown $USER $LOGDIR Not using bash (or a Debian Policy conformant shell interpreter which doesn't provide such an extra feature) as /bin/sh is likely to lead to errors or unexpected behaviours. You can find hints about how to fix bashisms at: https://wiki.ubuntu.com/DashAsBinSh Thank you, Raphael Geissert -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

