mirror of
https://git.busybox.net/busybox
synced 2025-07-15 03:19:54 +02:00
3 lines
113 B
Text
Executable file
3 lines
113 B
Text
Executable file
# assignment still happens despite redirect error
|
|
true; a=$(echo b) >/does/not/exist; echo $?
|
|
echo "Done: a=$a"
|