Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mksh doesn't support $[], only $(()).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If you ever do have a command name beginning with a -, eval won't run it by
default, because even though it takes no arguments it tries to parse them
anyway, so it complains it's an unrecognized argument. Solution: -- as first
argument (which is parsed and stops argument parsing).
|
|
|
|
check in two converted commands.
|
|
last test exited with nonzero status and the script preserved it. In the
current context, that's counterproductive.
|
|
|
|
|
|
|
|
|
|
command exits with high errno and assume it segfaulted.
|
|
|
|
to fail on non-toybox implementations.
|
|
and make ctrl-c kill "make test" more reliably.
|