X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fgenerate_aliases.pl;fp=scripts%2Fcore%2Fgenerate_aliases.pl;h=4ed01fb74641794fe21613eeb98ee0d4e35d1513;hb=8e20bdec7d1ec50d9886c77aa6317b6317594cd5;hp=45ff8118cd474afdaae827155fe7a56fb58db49e;hpb=1a17a8e32e8346b91f1f7ac70044cefc9b98c620;p=feisty_meow.git diff --git a/scripts/core/generate_aliases.pl b/scripts/core/generate_aliases.pl index 45ff8118..4ed01fb7 100644 --- a/scripts/core/generate_aliases.pl +++ b/scripts/core/generate_aliases.pl @@ -94,11 +94,13 @@ sub rebuild_script_aliases { } if (length($DEBUG_FEISTY_MEOW)) { print "using these alias files:\n"; +print "HEY IS THIS PROBLEM CHILD?\n"; foreach $i (@ALIAS_DEFINITION_FILES) { local $base_of_dir = &basename(&dirname($i)); local $basename = &basename($i); print " $base_of_dir/$basename\n"; } +print "WAS PROBLEM CHILD ABOVE HERE?\n"; } # write the aliases for sh and bash scripts. @@ -147,7 +149,7 @@ if ( ! length("$FEISTY_MEOW_LOADING_DOCK") ) { The FEISTY_MEOW_LOADING_DOCK variable is not defined. This must point to\ the location where the generated scripts are stored. You may still need to\ configure the feisty meow script system with something like:\ - bash ~/feisty_meow/scripts/core/reconfigure_feisty_meow.sh\ + bash /opt/feistymeow.org/feisty_meow/scripts/core/reconfigure_feisty_meow.sh\ Please see http://feistymeow.org for more details.\n"; exit 1; #really need to use better exit codes.