improved wording for not finding file
authorChris Koeritz <fred@gruntose.com>
Wed, 3 Oct 2018 19:43:29 +0000 (15:43 -0400)
committerChris Koeritz <fred@gruntose.com>
Wed, 3 Oct 2018 19:43:29 +0000 (15:43 -0400)
scripts/core/functions.sh

index 63dd239d17d4c94dda0b999e82b73920db007184..a58e818fd5000bee4172a7fcf0f955e8d76d0656 100644 (file)
@@ -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