The version in squeeze-proposed-updates (0.3.2-1+deb6u1) still got this
wrong - running catfish from the terminal gives:

python: can't open file '/usr/share/catfish/bin/catfish.py': [Errno 2] No such 
file or directory

Where the /usr/bin/catfish has got:

#!/usr/bin/env bash
python /usr/share/catfish/bin/catfish.py "$@"

it should be:

#!/usr/bin/env bash
python /usr/share/catfish/catfish.py "$@"

(I just tested it in a Squeeze VM)

regards
/Andreas


-- 
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