X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Ffunctions.sh;h=a58e818fd5000bee4172a7fcf0f955e8d76d0656;hb=1acdaf5897bfed83c3a3d7cae9c6f9e6d5480835;hp=19316ccf092dd0f0cf78ef742695c631e5d015de;hpb=8653c238297b3e5f540bf13dae4852981c68c6af;p=feisty_meow.git diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 19316ccf..a58e818f 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -532,7 +532,7 @@ we will skip recustomization, but these other customizations are available: local fail_message="\n are the perl dependencies installed? if you're on ubuntu or debian, try this:\n - $(grep "apt-get.*perl" $FEISTY_MEOW_APEX/readme.txt)\n + $(grep "apt.*perl" $FEISTY_MEOW_APEX/readme.txt)\n or if you're on cygwin, then try this (if apt-cyg is available):\n $(grep "apt-cyg.*perl" $FEISTY_MEOW_APEX/readme.txt)\n"; @@ -717,7 +717,7 @@ or if you're on cygwin, then try this (if apt-cyg is available):\n while [ $# -gt 0 ]; do arg="$1"; shift if [ ! -f "$arg" -a ! -d "$arg" ]; then - echo "failure to find a file or directory named '$arg'." + echo "=> did not find a file or directory named '$arg'." continue fi