From: Chris Koeritz Date: Wed, 3 Oct 2018 19:43:29 +0000 (-0400) Subject: improved wording for not finding file X-Git-Tag: 2.140.114^2~2 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=1acdaf5897bfed83c3a3d7cae9c6f9e6d5480835 improved wording for not finding file --- diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 63dd239d..a58e818f 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -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