qemush : liste complète des commandes à tester dans depcheck
This commit is contained in:
parent
57f211a41b
commit
af796e7006
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ bold_print() {
|
||||||
}
|
}
|
||||||
|
|
||||||
public_depcheck() {
|
public_depcheck() {
|
||||||
for i in diskpath screen ls diskpath source-highlight; do
|
for i in diskpath screen diskpath source-highlight ls rm cp chmod cat; do
|
||||||
if command -v "$i" > /dev/null; then
|
if command -v "$i" > /dev/null; then
|
||||||
bold_print '1;32' OK "$i"
|
bold_print '1;32' OK "$i"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue