aboutsummaryrefslogtreecommitdiff
path: root/nad/test27
diff options
context:
space:
mode:
Diffstat (limited to 'nad/test27')
-rwxr-xr-xnad/test2713
1 files changed, 6 insertions, 7 deletions
diff --git a/nad/test27 b/nad/test27
index cd25621d..583f6032 100755
--- a/nad/test27
+++ b/nad/test27
@@ -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 "============================================"