summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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
commitef21cc2e1d782f19d90bacb4f2e672522eb831d8 (patch)
tree1310ec596426b4481858da26b8143970cef9abe9
parente646be2e1835d0a57e6431df243e846c2b0cfcc7 (diff)
downloadslackbuilds-ef21cc2e1d782f19d90bacb4f2e672522eb831d8.tar.gz
slackbuilds-ef21cc2e1d782f19d90bacb4f2e672522eb831d8.tar.xz
development/bed: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/bed/bed.SlackBuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/development/bed/bed.SlackBuild b/development/bed/bed.SlackBuild
index 483b011eb5..5e7839002e 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