diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-29 13:47:22 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:53 +0700 |
commit | fe95fc01c08f313a404bd06e548ad5b61b764e79 (patch) | |
tree | 92192bfb273523d64b2535d8e83ba2f9e1cebcfc /development/bsdiff/bsdiff.SlackBuild | |
parent | 260d4647c94997b0a9152d541d94528587409e6b (diff) |
development/bsdiff: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/bsdiff/bsdiff.SlackBuild')
-rw-r--r-- | development/bsdiff/bsdiff.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/development/bsdiff/bsdiff.SlackBuild b/development/bsdiff/bsdiff.SlackBuild index b7cd9b6409840..0a240e7d67f4d 100644 --- a/development/bsdiff/bsdiff.SlackBuild +++ b/development/bsdiff/bsdiff.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 |