summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author B. Watson2021-09-26 04:02:34 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:52:25 +0200
commit3b765199ac6b5f1b2bf75d0ca82ea773448cb2cc (patch)
tree0e3da38062628718965ed87994d0a0ffc59f2227 /network
parentdb8b3116f44dfa1d452286e71d11dc255e4d3322 (diff)
downloadslackbuilds-3b765199ac6b5f1b2bf75d0ca82ea773448cb2cc.tar.gz
network/surl: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/surl/surl.SlackBuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/network/surl/surl.SlackBuild b/network/surl/surl.SlackBuild
index ac45054da2..069739bbbf 100644
--- a/network/surl/surl.SlackBuild
+++ b/network/surl/surl.SlackBuild
@@ -22,9 +22,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0