diff options
Diffstat (limited to 'nad/test27')
| -rwxr-xr-x | nad/test27 | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -16,13 +16,12 @@ usage() } if test -z "${EXE}"; then - echo "*** ERROR: Missing path to 'proj' program." - usage -else - if test ! -x ${EXE}; then - echo "*** ERROR: Can not find '${EXE}' program!" - exit 1 - fi + EXE=../src/cs2cs +fi + +if test ! -x ${EXE}; then + echo "*** ERROR: Can not find '${EXE}' program!" + exit 1 fi echo "============================================" |
