From 3b2efe15bc96cc9681232b91cab17e319479d2b2 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sun, 19 Jun 2022 03:35:41 +0200 Subject: [PATCH] adjust error output --- sf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sf b/sf index f3dfe53..5d18e38 100644 --- a/sf +++ b/sf @@ -286,7 +286,7 @@ while (( "$#" )); do else # Check if arg starts with - if [ "${1:0:1}" == "-" ]; then - sferr "Unsupported argument/flag: ${sftbf}${1}${sftrs}" + sferr "Unsupported argument/flag ${sftbf}${1}${sftrs}" else # Set positional argument if [ "${#_sfpargs[@]}" != 0 ]; then