diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-04-02 12:08:54 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-08 09:16:31 +0700 |
commit | 67b9c231ed13404bdc0905efb0017d061489f888 (patch) | |
tree | 8d2a618adbf5fc4a1d0e21753b4d445aab54d871 | |
parent | 7ebf721a46e0d67b93835afc98636b2ec32b009a (diff) |
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>
-rw-r--r-- | misc/fcitx-mozc/fcitx-mozc.SlackBuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/fcitx-mozc/fcitx-mozc.SlackBuild b/misc/fcitx-mozc/fcitx-mozc.SlackBuild index 473622644249..55d0abd24fb6 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 |