# HG changeset patch # User Meredith Howard # Date 1556243885 14400 # Node ID 949b2d4df5fd991a14f5dbe8b51631ecbbd49f3b # Parent 54fdb5a6bf67154c0ee12017656edcc7a5d07a23 whoops, LANG confuses things later diff --git a/bin/homedir-setup b/bin/homedir-setup --- a/bin/homedir-setup +++ b/bin/homedir-setup @@ -43,11 +43,11 @@ if [ "$minimal" -ne 1 ]; then pull .asdf fi - for LANG in ruby nodejs erlang elixir; do - if ! [ -d .asdf/plugins/$LANG ]; then - git clone --depth 1 "https://github.com/asdf-vm/asdf-$LANG" .asdf/plugins/$LANG + for PLUGIN in ruby nodejs erlang elixir; do + if ! [ -d .asdf/plugins/$PLUGIN ]; then + git clone --depth 1 "https://github.com/asdf-vm/asdf-$PLUGIN" .asdf/plugins/$LANG else - pull .asdf/plugins/$LANG + pull .asdf/plugins/$PLUGIN fi done