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