1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

fix: code style

This commit is contained in:
Noel Miller 2024-03-07 11:54:28 -06:00
parent 72721268f4
commit 0404361854

View file

@ -2,7 +2,8 @@
set -ex set -ex
for entry in $@; do for entry in $@
do
export $entry export $entry
done done