diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-29 12:28:37 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:52 +0700 |
commit | ef21cc2e1d782f19d90bacb4f2e672522eb831d8 (patch) | |
tree | 1310ec596426b4481858da26b8143970cef9abe9 /development/bed | |
parent | e646be2e1835d0a57e6431df243e846c2b0cfcc7 (diff) |
development/bed: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/bed')
-rw-r--r-- | development/bed/bed.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/development/bed/bed.SlackBuild b/development/bed/bed.SlackBuild index 483b011eb586..5e7839002efc 100644 --- a/development/bed/bed.SlackBuild +++ b/development/bed/bed.SlackBuild @@ -27,9 +27,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 |