qemush : suppression dépendance diskpath en double

This commit is contained in:
Ahurac 2023-12-08 11:52:00 +01:00
parent ac443d280a
commit accfd4408d

View file

@ -129,7 +129,7 @@ bold_print() {
} }
public_depcheck() { 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 if command -v "$i" > /dev/null; then
bold_print '1;32' OK "$i" bold_print '1;32' OK "$i"
else else