isposix

Un outil pour savoir si une commande est posix - retour accueil

git clone git://bebou.netlib.re/isposix
Log | Files | Refs | README |

commit e9cce5c7b991eeace06b2e6ea8e51a593675d9c2
parent 64537188849d9f1726f7330e68837a6132d90cd1
Auteurice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Tue, 26 Nov 2024 18:24:49 +0100

Correction de l'affichage du message d'erreur

Diffstat:
Misposix.sh | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/isposix.sh b/isposix.sh @@ -12,7 +12,6 @@ _cmdnotposix() { fzy -e "$cmd" | head -n3) fi [ -z "$fzcmd" ] \ - && _die "$cmd" \ || _inform ", did you mean : $(echo "$fzcmd" | paste -s -d',') ?" }