diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-31 03:26:09 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:56 +0700 |
commit | 2dee38de19b0cdac063177985dddca542713de63 (patch) | |
tree | 5078c868512481a2bb7e433f7b51f6a0f95b4311 /development/hexer/hexer.SlackBuild | |
parent | 80a46954e2096bf3d6a8cde254b4c05cfe419f07 (diff) |
development/hexer: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/hexer/hexer.SlackBuild')
-rw-r--r-- | development/hexer/hexer.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/development/hexer/hexer.SlackBuild b/development/hexer/hexer.SlackBuild index 61d18aa062827..6a244a86cc430 100644 --- a/development/hexer/hexer.SlackBuild +++ b/development/hexer/hexer.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 |