in reply to Back-ticks and bash

And bash isn't what is interpreting the script?

Yes. Init scripts are always interpreted by /bin/sh, even if the default $SHELL is /bin/bash.

qwurx [shmem] ~> /bin/bash -c 'if [[ 1 -eq 1 ]]; then echo yup; fi' yup qwurx [shmem] ~> /bin/sh -c 'if [[ 1 -eq 1 ]]; then echo yup; fi' /bin/sh: 1: [[: not found

update: not sure what might befall within the systemd usurpation... *sigh*

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'