summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author B. Watson2020-10-11 22:28:23 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:36:49 +0200
commit4cfe0f4d86233e5beda5a27e9f304038bb0010ee (patch)
tree0bd4c1f309c49ecb00d75732685b6a7b975165d0 /system
parent8e89f68978ac174539d27e014cee9e36c5734faf (diff)
downloadslackbuilds-4cfe0f4d86233e5beda5a27e9f304038bb0010ee.tar.gz
system/tiger: Fix script encoding.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/tiger/tiger.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/tiger/tiger.SlackBuild b/system/tiger/tiger.SlackBuild
index 1561f5a513..d9ae3e69b9 100644
--- a/system/tiger/tiger.SlackBuild
+++ b/system/tiger/tiger.SlackBuild
@@ -48,7 +48,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-# The package can be verified with Javier Fernández-Sanguino's PGP key (0xDC814B09)
+# The package can be verified with Javier Fernández-Sanguino's PGP key (0xDC814B09)
# If we have GnuPG installed, we try to verify the signature.
if [ -x "/usr/bin/gpg" -a -x "/usr/bin/gpgv" ]
then