fixes to get the revamp macro right
authorChris Koeritz <fred@gruntose.com>
Fri, 18 May 2018 23:36:08 +0000 (19:36 -0400)
committerChris Koeritz <fred@gruntose.com>
Fri, 18 May 2018 23:36:08 +0000 (19:36 -0400)
scripts/customize/developer/developer_common.alias

index 4914ce508ea98fb25450e0795e41193f81ba5669..990161920fc8c504f807f310347c0c78f4a84c67 100644 (file)
@@ -5,10 +5,11 @@
 # some site avenger sudoized aliases.
 
 define_yeti_alias revamp_cakelampvm="echo -e \"\
-You might want to run one of these commands to perform the revamp process,\n
+
+You might want to run one of these commands to perform the revamp process,
 depending on your VM version:\n\"; 
-for i in $FEISTY_MEOW_SCRIPTS/site_avenger/revamp_cakelampvm*; do
-  echo sudo bash \"$FEISTY_MEOW_SCRIPTS/site_avenger/$(basename $i)\";
+for i in \$FEISTY_MEOW_SCRIPTS/site_avenger/revamp_cakelampvm*; do
+  echo -e \\\\tsudo bash \"\\\$FEISTY_MEOW_SCRIPTS/site_avenger/\$(basename \$i)\"\\\\n ;
 done"