summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2021-11-25 20:07:24 +0100
committer Willy Sudiarto Raharjo2021-12-04 04:09:00 +0100
commite5d0c18031a01d73ec4cdcc6e513a894f5c206ec (patch)
tree5a2f170780951da118ef72c92496320095d28b39
parentf7ca16e3c3e765f0112844ab101c9a2cf7dbd228 (diff)
downloadslackbuilds-e5d0c18031a01d73ec4cdcc6e513a894f5c206ec.tar.gz
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.SlackBuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/id3tool/id3tool.SlackBuild b/audio/id3tool/id3tool.SlackBuild
index bc6d4ac0d7..c5631e83e7 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