# HG changeset patch # User Meredith Howard # Date 1472676428 14400 # Node ID c14c440cda0f96109884fbf9e37915a064d052b7 # Parent 09a6309e4856a2389e8b90275d040696b89c9845 Add note about shebang for now diff --git a/bin/homedir-setup b/bin/homedir-setup --- a/bin/homedir-setup +++ b/bin/homedir-setup @@ -47,6 +47,7 @@ done # Transition older stuff to asdf if [ -d .rbenv ]; then echo 'Removing rbenv and moving ruby installs' + echo 'bin/* in each version dir needs all shebang lines fixed' if [ -d .rbenv/versions ]; then mkdir -p .asdf/installs