diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-24 13:45:11 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:38 +0700 |
commit | 38f5e13bd18401d8e160feca2f693d3f1618474e (patch) | |
tree | 27da03d2f7c0d6d8a0ac9dcf5aed26b69b4fa28b /system/mmv/mmv.SlackBuild | |
parent | b9eb07121a0275f88aa29650c3fa13aedfeaebe7 (diff) |
system/mmv: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/mmv/mmv.SlackBuild')
-rw-r--r-- | system/mmv/mmv.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/system/mmv/mmv.SlackBuild b/system/mmv/mmv.SlackBuild index bcb1be71e6..051c452a96 100644 --- a/system/mmv/mmv.SlackBuild +++ b/system/mmv/mmv.SlackBuild @@ -29,9 +29,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 |