system/tiger: Fix script encoding.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-11 16:28:23 -04:00 committed by Willy Sudiarto Raharjo
parent 8e89f68978
commit 4cfe0f4d86
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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