diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-10 19:22:15 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:18 +0700 |
commit | bb201ae903313eb81018f6f5081ed155602a4475 (patch) | |
tree | 376371427f19696df6445986929e04652cf707e5 /misc/txt2regex/txt2regex.SlackBuild | |
parent | 2ee4992d41bc515403171f7bd198a6ecb70bde92 (diff) |
misc/txt2regex: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/txt2regex/txt2regex.SlackBuild')
-rw-r--r-- | misc/txt2regex/txt2regex.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/txt2regex/txt2regex.SlackBuild b/misc/txt2regex/txt2regex.SlackBuild index 6d7164854ffe9..d89b7659350a0 100644 --- a/misc/txt2regex/txt2regex.SlackBuild +++ b/misc/txt2regex/txt2regex.SlackBuild @@ -15,9 +15,6 @@ TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} ARCH=noarch -# 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 |