nt9856x/BSP/busybox/shell/ash_test/ash-quoting/squote_in_varexp1.tests
2023-03-28 15:07:53 +08:00

5 lines
94 B
Plaintext
Executable File

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