mirror of
https://github.com/Hizenberg469/environment-setup.git
synced 2026-04-19 21:12:23 +03:00
complete
This commit is contained in:
@@ -475,7 +475,7 @@ if [ "$choise" = "yes" ] ; then
|
||||
touch $PWD/env_variable
|
||||
|
||||
|
||||
for env_var in "${!environment_variable[@]}";
|
||||
for env_var in "${environment_variable[@]}";
|
||||
do
|
||||
echo "$env_var=" >> $PWD/env_variable
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user