diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-10 19:13:54 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:17 +0700 |
commit | 89cae58558df25bc4276ab5a260432d258efcd2c (patch) | |
tree | a3a6524c96b559d00160ea0f82376cc5a295036e /misc/pinfo/pinfo.SlackBuild | |
parent | 6804392ee311f39b0c6a9521820d00c58e0067c6 (diff) |
misc/pinfo: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/pinfo/pinfo.SlackBuild')
-rw-r--r-- | misc/pinfo/pinfo.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/pinfo/pinfo.SlackBuild b/misc/pinfo/pinfo.SlackBuild index 71f2aab426ec8..5c640b12223e4 100644 --- a/misc/pinfo/pinfo.SlackBuild +++ b/misc/pinfo/pinfo.SlackBuild @@ -51,9 +51,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 |