mirror of
https://git.busybox.net/busybox
synced 2025-05-13 14:14:01 +02:00
function old new delta encode_string 268 250 -18 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
4 lines
96 B
Text
Executable file
4 lines
96 B
Text
Executable file
printf 'echo "unterminated string\\' >test.tmp.sh
|
|
. ./test.tmp.sh
|
|
echo One:$?
|
|
rm -f test.tmp.sh
|