diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-11 01:12:22 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:22 +0700 |
commit | bb8d436614b0a8029abf194299b9ee38bc0c70a9 (patch) | |
tree | 3b0aa91a24f326a980977908a17a11c189dfc428 /network | |
parent | ecd998564a159f76d5a5c3e7b08c05c46d8a2b5f (diff) | |
download | slackbuilds-bb8d436614b0a8029abf194299b9ee38bc0c70a9.tar.gz |
network/atftp: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/atftp/atftp.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/network/atftp/atftp.SlackBuild b/network/atftp/atftp.SlackBuild index 678e9b1def..2b06270878 100644 --- a/network/atftp/atftp.SlackBuild +++ b/network/atftp/atftp.SlackBuild @@ -49,9 +49,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 |