4709df0f15
function old new delta encode_string 268 250 -18 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
5 lines
96 B
Plaintext
Executable File
5 lines
96 B
Plaintext
Executable File
printf 'echo "unterminated string\\' >test.tmp.sh
|
|
. ./test.tmp.sh
|
|
echo One:$?
|
|
rm -f test.tmp.sh
|