2>&1 doveva stare in fondo

This commit is contained in:
2022-09-21 12:27:51 +02:00
parent c3f8a86ee1
commit 93220cbaca
+1 -1
View File
@@ -7,7 +7,7 @@ function this_script_path() {
}
function feat_missing() {
! command -v "$1" 2>&1 >/dev/null
! command -v "$1" >/dev/null 2>&1
}
function feat_needed() {