summaryrefslogtreecommitdiff
path: root/TestScripts
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2022-02-16 10:25:39 -0500
committerJeffrey Walton <noloader@gmail.com>2022-02-16 10:25:39 -0500
commitb8a73a9faabf9d665891492329171a8e2f3ce22e (patch)
treea025eafedda1ed8cbd23a7644f92947f13a2b51e /TestScripts
parent1f258c72d2fab0477d2494c9850bd8becfcc1936 (diff)
downloadcryptopp-git-b8a73a9faabf9d665891492329171a8e2f3ce22e.tar.gz
Fix copy/paste in cryptest.sh
Diffstat (limited to 'TestScripts')
-rwxr-xr-xTestScripts/cryptest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/TestScripts/cryptest.sh b/TestScripts/cryptest.sh
index 2ce39500..01250c73 100755
--- a/TestScripts/cryptest.sh
+++ b/TestScripts/cryptest.sh
@@ -7823,7 +7823,7 @@ if true; then
if command -v wget &>/dev/null; then
FETCH_CMD="wget -q -O"
- elif command -v wget &>/dev/null; then
+ elif command -v curl &>/dev/null; then
FETCH_CMD="curl -s -o"
else
FETCH_CMD="wget-and-curl-not-found"