summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author B. Watson2021-09-25 23:22:34 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:52:25 +0200
commitacb39512988979a2006e89fc5aee1c8f04dd792d (patch)
treed3e6dde04760a7d12051e86fcce51a839f855a5d /network
parent4b94d964b240024c718af011026ba52ff7d8a061 (diff)
downloadslackbuilds-acb39512988979a2006e89fc5aee1c8f04dd792d.tar.gz
network/ssh-chat: 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/ssh-chat/ssh-chat.SlackBuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/network/ssh-chat/ssh-chat.SlackBuild b/network/ssh-chat/ssh-chat.SlackBuild
index bd3d133b4b..827096a517 100644
--- a/network/ssh-chat/ssh-chat.SlackBuild
+++ b/network/ssh-chat/ssh-chat.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