From accfd4408d48bb857f3c92f399f22ce3a09e9fb4 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Fri, 8 Dec 2023 11:52:00 +0100 Subject: [PATCH] =?UTF-8?q?qemush=20:=20suppression=20d=C3=A9pendance=20di?= =?UTF-8?q?skpath=20en=20double?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/qemush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/qemush b/bin/qemush index 3d2842c..78c3268 100755 --- a/bin/qemush +++ b/bin/qemush @@ -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