qemush : suppression dépendance diskpath en double
This commit is contained in:
parent
ac443d280a
commit
accfd4408d
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ bold_print() {
|
|||
}
|
||||
|
||||
public_depcheck() {
|
||||
for i in diskpath screen diskpath source-highlight ls rm cp chmod cat; do
|
||||
for i in diskpath screen source-highlight ls rm cp chmod cat; do
|
||||
if command -v "$i" > /dev/null; then
|
||||
bold_print '1;32' OK "$i"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue