Add note about shebang for now

Wed, 31 Aug 2016 16:47:08 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 31 Aug 2016 16:47:08 -0400
changeset 383
c14c440cda0f
parent 382
09a6309e4856
child 384
69fa23fde352

Add note about shebang for now

bin/homedir-setup file | annotate | diff | comparison | revisions
--- 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

mercurial