2>&1 doveva stare in fondo

master
Guido Longoni 2022-09-21 12:27:51 +02:00
parent c3f8a86ee1
commit 93220cbaca
1 changed files with 1 additions and 1 deletions

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() {