aboutsummaryrefslogtreecommitdiff
path: root/test/postinstall
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2021-05-06 10:37:06 +1200
committerGitHub <noreply@github.com>2021-05-06 10:37:06 +1200
commit22654ce7c0acaab875c9427592a42093ac75e8cd (patch)
tree229597a5a184b02ba831b5e923574a008de06782 /test/postinstall
parent45a88fe245ae040b6f19696dfd928fb2f03f51d9 (diff)
downloadPROJ-22654ce7c0acaab875c9427592a42093ac75e8cd.tar.gz
PROJ-22654ce7c0acaab875c9427592a42093ac75e8cd.zip
DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2707)
Diffstat (limited to 'test/postinstall')
-rwxr-xr-xtest/postinstall/test_pkg-config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/postinstall/test_pkg-config.sh b/test/postinstall/test_pkg-config.sh
index f9ae36c2..83b09582 100755
--- a/test/postinstall/test_pkg-config.sh
+++ b/test/postinstall/test_pkg-config.sh
@@ -11,7 +11,7 @@ echo "Running post-install tests with pkg-config"
prefix=$1
if [ -z "$prefix" ]; then
- echo "First positional argument to the the installed prefix is required"
+ echo "First positional argument to the installed prefix is required"
exit 1
fi