📝 Modified many scripts
This commit is contained in:
parent
b9933b8e61
commit
4e9b03e828
3 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ dependencycheck() {
|
|||
missingdependencies=0
|
||||
for ((i = 0; i < numdependencies; i++)) ; do
|
||||
if ! command -v "${dependencies[$i]}" &> /dev/null ; then
|
||||
printf "dependency not met: %s" "${dependencies[$i]}"
|
||||
printf "dependency not met: %s\n" "${dependencies[$i]}"
|
||||
missingdependencies=$((missingdependencies+1))
|
||||
fi
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue