Browse Source

misc/fcitx-mozc: Remove template comment.

This now passes `sbolint`.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/198/head
Andrew Clemons 3 years ago
committed by Willy Sudiarto Raharjo
parent
commit
67b9c231ed
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 1
      misc/fcitx-mozc/fcitx-mozc.SlackBuild

1
misc/fcitx-mozc/fcitx-mozc.SlackBuild

@ -20,7 +20,6 @@ if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi

Loading…
Cancel
Save