wording
This commit is contained in:
parent
1de5776a84
commit
a33e147ace
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
2
sf
2
sf
|
|
@ -253,7 +253,7 @@ done
|
||||||
# Check if dependencies are available
|
# Check if dependencies are available
|
||||||
for d in "${sfdeps[@]}"; do
|
for d in "${sfdeps[@]}"; do
|
||||||
if ! command -v "$d" &> /dev/null; then
|
if ! command -v "$d" &> /dev/null; then
|
||||||
sferr "${sftbf}${d}${sftrs} not fund" 0
|
sferr "Command ${sftbf}${d}${sftrs} not found" 0
|
||||||
_sfdeperr=true
|
_sfdeperr=true
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue