adjust error output
This commit is contained in:
parent
eb904a2059
commit
3b2efe15bc
1 changed files with 1 additions and 1 deletions
2
sf
2
sf
|
|
@ -286,7 +286,7 @@ while (( "$#" )); do
|
||||||
else
|
else
|
||||||
# Check if arg starts with -
|
# Check if arg starts with -
|
||||||
if [ "${1:0:1}" == "-" ]; then
|
if [ "${1:0:1}" == "-" ]; then
|
||||||
sferr "Unsupported argument/flag: ${sftbf}${1}${sftrs}"
|
sferr "Unsupported argument/flag ${sftbf}${1}${sftrs}"
|
||||||
else
|
else
|
||||||
# Set positional argument
|
# Set positional argument
|
||||||
if [ "${#_sfpargs[@]}" != 0 ]; then
|
if [ "${#_sfpargs[@]}" != 0 ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue