aboutsummaryrefslogtreecommitdiff
path: root/nad/testntv2
diff options
context:
space:
mode:
Diffstat (limited to 'nad/testntv2')
-rwxr-xr-xnad/testntv213
1 files changed, 6 insertions, 7 deletions
diff --git a/nad/testntv2 b/nad/testntv2
index 096f4bbb..4a4cfb28 100755
--- a/nad/testntv2
+++ b/nad/testntv2
@@ -13,13 +13,12 @@ usage()
}
if test -z "${EXE}"; then
- echo "*** ERROR: Missing path to 'cs2cs' 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 "============================================"