diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-25 17:22:34 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:25 +0700 |
commit | acb39512988979a2006e89fc5aee1c8f04dd792d (patch) | |
tree | d3e6dde04760a7d12051e86fcce51a839f855a5d /network/ssh-chat | |
parent | 4b94d964b240024c718af011026ba52ff7d8a061 (diff) | |
download | slackbuilds-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/ssh-chat')
-rw-r--r-- | network/ssh-chat/ssh-chat.SlackBuild | 3 |
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 |