From 1acdaf5897bfed83c3a3d7cae9c6f9e6d5480835 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 3 Oct 2018 15:43:29 -0400 Subject: [PATCH] improved wording for not finding file --- scripts/core/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1