diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-10 19:11:18 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:17 +0700 |
commit | 6804392ee311f39b0c6a9521820d00c58e0067c6 (patch) | |
tree | 71b0a4f66cf8201979f67e3b738548d5645f6846 /misc/par | |
parent | 19a14f6a825dae2fa7642756279657d6b22ab456 (diff) |
misc/par: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/par')
-rw-r--r-- | misc/par/README | 2 | ||||
-rw-r--r-- | misc/par/par.SlackBuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/misc/par/README b/misc/par/README index a0488a9367d43..887c83b64701a 100644 --- a/misc/par/README +++ b/misc/par/README @@ -1,3 +1,5 @@ +par (paragraph reformatter) + par is a paragraph reformatter, vaguely similar to fmt, but better. For example, the command "par 44gqr", given the input: diff --git a/misc/par/par.SlackBuild b/misc/par/par.SlackBuild index 67727fa7887fd..fb8ac03ee01d3 100644 --- a/misc/par/par.SlackBuild +++ b/misc/par/par.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for par -# Written by slakmagik <slakmagik@gmail.com> +# Written by slakmagik <email removed> # Released under the WTFPL # Now maintained by B. Watson <yalhcru@gmail.com> @@ -30,9 +30,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 |