]> git.corax.cc Git - toolbox/commit
include/inst: Expect arguments from opt_get_argv() in multiple lines
authorMatthias Kruk <m@m10k.eu>
Sun, 27 Feb 2022 09:02:18 +0000 (18:02 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 27 Feb 2022 09:04:31 +0000 (18:04 +0900)
commit0056e6197b976947f6afa66c7a4a06580d93f07a
tree900162eed82d684bc6d90d0b7db42a6886ed2aea
parent672dab641a82378aa0be7b495a10720fdf537158
include/inst: Expect arguments from opt_get_argv() in multiple lines

The inst module expects `opt_get_argv()` to print all command line
arguments in one line, however the behavior of `opt_get_argv()` has
been changed to print arguments line-by-line.

This commit modifies the inst module so that it expects arguments to
be returned one per line by `opt_get_argv()`.
include/inst.sh