diff options
author | B. Watson <yalhcru@gmail.com> | 2021-11-25 14:07:24 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-04 10:09:00 +0700 |
commit | e5d0c18031a01d73ec4cdcc6e513a894f5c206ec (patch) | |
tree | 5a2f170780951da118ef72c92496320095d28b39 | |
parent | f7ca16e3c3e765f0112844ab101c9a2cf7dbd228 (diff) |
audio/id3tool: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | audio/id3tool/id3tool.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/id3tool/id3tool.SlackBuild b/audio/id3tool/id3tool.SlackBuild index bc6d4ac0d78f..c5631e83e7bc 100644 --- a/audio/id3tool/id3tool.SlackBuild +++ b/audio/id3tool/id3tool.SlackBuild @@ -46,9 +46,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 |