aboutsummaryrefslogtreecommitdiff
path: root/Mk/Scripts
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-12-18 21:43:24 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-12-18 21:43:24 +0000
commitddf28d222b85ea1aa57e731d5db25fd5997edbc7 (patch)
treea8f8eee6e0afff83542086338047ac34baf06df1 /Mk/Scripts
parentb54759d94967abd8240ef55df2cc3c3c4d41a9be (diff)
downloadports-ddf28d222b85ea1aa57e731d5db25fd5997edbc7.tar.gz
ports-ddf28d222b85ea1aa57e731d5db25fd5997edbc7.zip
Notes
Diffstat (limited to 'Mk/Scripts')
-rw-r--r--Mk/Scripts/checksum.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/checksum.sh b/Mk/Scripts/checksum.sh
index fc028893a002..7a0872209575 100644
--- a/Mk/Scripts/checksum.sh
+++ b/Mk/Scripts/checksum.sh
@@ -88,6 +88,6 @@ if [ -f "${dp_DISTINFO_FILE}" ]; then
exit 1
fi
elif [ -n "${@}" ]; then
- ${dp_ECHO_MSG} "=> No checksum file (${DISTINFO_FILE})."
+ ${dp_ECHO_MSG} "=> No checksum file (${dp_DISTINFO_FILE})."
exit 1
fi