From 19e49d158985880d4db615aa26fe490d83a1738f Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 23 Jul 2024 10:49:47 -0700 Subject: [PATCH] mark `posh` as working now in `notice` --- sh/notice | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sh/notice b/sh/notice index 309e2b1..ab2ae92 100755 --- a/sh/notice +++ b/sh/notice @@ -1,7 +1,6 @@ #!/usr/bin/env sh -# compat: +ash +bash +dash -hush +ksh +mksh +oksh +osh -posh +yash +zsh +# compat: +ash +bash +dash -hush +ksh +mksh +oksh +osh +posh +yash +zsh # hush either fails to output certain text or just segfaults. -# posh generally works, but has issues with escaping strings. __notice_warn() { printf >&2 'notice: %s\n' "$*"