We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb283c commit 3afa6beCopy full SHA for 3afa6be
test.sh
@@ -120,7 +120,7 @@ function clean_up {
120
#testing pre-requisites
121
if [[ -z $(which osagetlang) || -z $(which osagitfilter) ]]; then
122
>&2 echo "Test-subjects 'osagetlang' and/or 'osagitfilter' not found in the PATH."
123
- >&2 echo "Maybe you should run './setup.sh install' first?"
+ >&2 echo "Maybe you should run './setup.sh configure' first?"
124
exit 1
125
fi
126
0 commit comments