]> git.corax.cc Git - toolbox/commit
include/inst: Fix syntax error that prevents module from being loaded
authorMatthias Kruk <m@m10k.eu>
Sat, 3 Dec 2022 07:08:10 +0000 (16:08 +0900)
committerMatthias Kruk <m@m10k.eu>
Sat, 3 Dec 2022 07:08:10 +0000 (16:08 +0900)
commitf9668588c8887fde989fe0a4d4680097299ff322
treed93da210b98d860615bb1ba606a1b6b8bd3cfb20
parent78573c48aad68170a197bf7a81af51309fc5c06e
include/inst: Fix syntax error that prevents module from being loaded

The function `_inst_handle_opt_stop()' in the inst module contains a
syntax error that prevents the module from being loaded.

This commit removes the stray `then' token that causes the syntax
error.
include/inst.sh