Added read/export as variable modifying commands for subshells

This commit is contained in:
Vidar Holen
2012-11-05 18:33:45 -08:00
parent e251e4a04f
commit 90c1b63790
3 changed files with 35 additions and 8 deletions

3
badcase/subshellvar3 Normal file
View File

@@ -0,0 +1,3 @@
export lol=32 &
wait
echo "$lol"