--- codecgraph~ 2008-01-17 20:17:17.000000000 -0800 +++ codecgraph 2008-01-17 20:17:30.000000000 -0800 @@ -52,7 +52,7 @@ exit 1 fi -if [ -z "`which codecgraph.py`" ]; then +if [ -z "`which codecgraph.py`" ] && [ -z "codecgraph.py" ]; then echo "error: can't find codecgraph.py in PATH (package corrupt?)" >&2 exit 1 fi