From 42c453973f13574cde679092ff2a5986b74d667f Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 9 Oct 2021 18:54:39 +0200 Subject: test/cli/testproj: fix wrong variable name --- test/cli/testproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/cli/testproj') diff --git a/test/cli/testproj b/test/cli/testproj index 8686224e..d03932fb 100755 --- a/test/cli/testproj +++ b/test/cli/testproj @@ -12,7 +12,7 @@ usage() } if test -z "${EXE}"; then - EXE=../../src/cs2cs + EXE=../../src/proj fi if test ! -x ${EXE}; then -- cgit v1.2.3