Skip to content

Commit 3afa6be

Browse files
committed
Fixed hint in test.sh
1 parent 2bb283c commit 3afa6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function clean_up {
120120
#testing pre-requisites
121121
if [[ -z $(which osagetlang) || -z $(which osagitfilter) ]]; then
122122
>&2 echo "Test-subjects 'osagetlang' and/or 'osagitfilter' not found in the PATH."
123-
>&2 echo "Maybe you should run './setup.sh install' first?"
123+
>&2 echo "Maybe you should run './setup.sh configure' first?"
124124
exit 1
125125
fi
126126

0 commit comments

Comments
 (0)