Skip to content
Snippets Groups Projects
Commit 218903ce authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

what a bug!, fix value of variable to export

parent 6b70cce6
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ fi
list=( $(ls -1 @PATH_ENVIRONMENT@) )
for i in ${list[@]};do
var=$(@PATH_ENVIRONMENT@/${i})
var=$(<@PATH_ENVIRONMENT@/${i})
for j in ${var[@]}; do
export ${j}
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment