Browse Source

office/pandoc-bin: fix typo in slackbuild

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/177/head
afhpayne 4 years ago
committed by Willy Sudiarto Raharjo
parent
commit
c49e404718
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 2
      office/pandoc-bin/pandoc-bin.SlackBuild

2
office/pandoc-bin/pandoc-bin.SlackBuild

@ -35,7 +35,7 @@ PKGTYPE=${PKGTYPE:-tgz}
if [ "$ARCNAM" = "amd64" ]; then
BIT="64bit"; ARCH="x86_64"
else
echo "$ARCH is not supported."
echo "$ARCNAM is not supported."
exit 1
fi

Loading…
Cancel
Save