busybox/shell/hush_test/hush-quoting/squote_in_varexp1.tests

5 lines
94 B
Plaintext
Raw Normal View History

x='\\\\'
printf Nothing:'%s\n' ${x#\\\\\\\\}
printf Nothing:'%s\n' "${x#\\\\\\\\}"
echo Ok:$?