This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
busybox
Watch
1
Star
0
Fork
0
You've already forked busybox
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
38ae0f3e3e
busybox
/
shell
/
ash_test
/
ash-read
/
read_r.tests
5 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ash testsuite: remove two inadvertent bashisms Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2016-10-01 21:00:21 +05:30
echo 'test\
best' | (read reply; echo "$reply")
echo 'test\
best' | (read -r reply; echo "$reply")
Reference in New Issue
Copy Permalink