refactor!: make inner naming more unique

This commit is contained in:
2023-10-04 02:04:37 +02:00
parent 1921ebce8f
commit 44756cd11c

View File

@ -13,5 +13,5 @@ test_cmd_args(){
} }
test_cmd_export(){ test_cmd_export(){
export FOO=bar export INNER_FOO=bar
} }