[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#744820:



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


Reply to: