summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2021-08-26 14:50:09 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-13 00:51:44 +0700
commitec2447378a367ba6e358c5c803b1e63eb3fe5048 (patch)
tree3f9d78f32acf758799eb929394d1082844189400
parentbb6cded17226a9766d4709ec2960fe345517fdf2 (diff)
downloadslackbuilds-ec2447378a367ba6e358c5c803b1e63eb3fe5048.tar.gz
slackbuilds-ec2447378a367ba6e358c5c803b1e63eb3fe5048.tar.xz
system/etsh: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/etsh/etsh.SlackBuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/system/etsh/etsh.SlackBuild b/system/etsh/etsh.SlackBuild
index 1bb04f397c..c43a73efd2 100644
--- a/system/etsh/etsh.SlackBuild
+++ b/system/etsh/etsh.SlackBuild
@@ -39,9 +39,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