NSH: Loosen up if-then-else-fi syntx so that a command can be on the same...
NSH: Loosen up if-then-else-fi syntx so that a command can be on the same line as the 'then' and 'else' tokens. This allows, as an example, 'if true; then echo true; else echo false; fi' which is much more bash-like
parent
cfb7c77e
Please register or sign in to comment