mirror of
https://git.busybox.net/busybox
synced 2025-12-13 13:30:35 +00:00
Also, move [[ ]] comment to test.c and expand it Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
5 lines
94 B
Text
Executable file
5 lines
94 B
Text
Executable file
echo "echo Sourced ok" >../sourced.sh
|
|
PATH="..:$PATH"
|
|
. sourced.sh
|
|
rm ../sourced.sh
|
|
echo Done
|