hush: readability improvements.
fix some more obscure bugs. a new redir4.tests is known to fail.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
rm shell_test_$$ 2>/dev/null
|
||||
var=bad
|
||||
>shell_test_$$ var=ok
|
||||
echo "Test 0: var:$var"
|
||||
test -f shell_test_$$ && echo "File created:ok"
|
||||
|
||||
rm shell_test_$$ 2>/dev/null
|
||||
var=bad
|
||||
var=ok >shell_test_$$
|
||||
|
Reference in New Issue
Block a user