c450437a4e
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
4 lines
113 B
Plaintext
Executable File
4 lines
113 B
Plaintext
Executable File
# assignment still happens despite redirect error
|
|
true; a=$(echo b) >/does/not/exist; echo $?
|
|
echo "Done: a=$a"
|