diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-25 22:02:34 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:25 +0700 |
commit | 3b765199ac6b5f1b2bf75d0ca82ea773448cb2cc (patch) | |
tree | 0e3da38062628718965ed87994d0a0ffc59f2227 | |
parent | db8b3116f44dfa1d452286e71d11dc255e4d3322 (diff) | |
download | slackbuilds-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>
-rw-r--r-- | network/surl/surl.SlackBuild | 3 |
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 |