data/method/busybox/busybox-1.36.0/shell/hush_test/hush-misc/source4.tests

11 lines
126 B
Plaintext
Raw Normal View History

2024-01-29 10:44:43 +08:00
echo 'echo ${^}
echo line2' >sourced1
. ./sourced1
echo Ok1:$?
echo "echo '" >sourced1
. ./sourced1
echo Ok2:$?
rm sourced1