Piotr Engelking <inkerma...@gmail.com> wrote:

>  #!/bin/bash
>  if [ "x$(basename -- $0)" = xeditor ]; then

Sorry, insufficient quoting, the above should be of course:

  if [ "x$(basename -- "$0")" = xeditor ]; then



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to