summaryrefslogtreecommitdiffstats
path: root/misc/fcitx-mozc
diff options
context:
space:
mode:
author Andrew Clemons2023-04-02 05:08:54 +0200
committer Willy Sudiarto Raharjo2023-04-08 04:16:31 +0200
commit67b9c231ed13404bdc0905efb0017d061489f888 (patch)
tree8d2a618adbf5fc4a1d0e21753b4d445aab54d871 /misc/fcitx-mozc
parent7ebf721a46e0d67b93835afc98636b2ec32b009a (diff)
downloadslackbuilds-67b9c231ed13404bdc0905efb0017d061489f888.tar.gz
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>
Diffstat (limited to 'misc/fcitx-mozc')
-rw-r--r--misc/fcitx-mozc/fcitx-mozc.SlackBuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/fcitx-mozc/fcitx-mozc.SlackBuild b/misc/fcitx-mozc/fcitx-mozc.SlackBuild
index 4736226442..55d0abd24f 100644
--- a/misc/fcitx-mozc/fcitx-mozc.SlackBuild
+++ b/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