From bf3b4b4e55146aade64a6b5b95982dad0442bf02 Mon Sep 17 00:00:00 2001 From: eschnett Date: Mon, 1 Dec 2014 20:57:09 +0000 Subject: Correct typo in error message git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@63 5c1b1641-b641-47ec-b3d9-0f93d4c445ee --- src/detect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detect.sh b/src/detect.sh index 5ff7af1..5f987c3 100755 --- a/src/detect.sh +++ b/src/detect.sh @@ -44,7 +44,7 @@ then if [ "x$TAR" = x ] ; then echo 'BEGIN ERROR' echo 'Could not find tar command.' - echo 'Please make sure that the (GNU) tar command is present,' + echo 'Please make sure that the (GNU) tar command is present,' echo 'and that the TAR variable is set to its location.' echo 'END ERROR' exit 1 -- cgit v1.2.3