1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-10-18 00:01:27 -07:00

mark posh as working now in notice

This commit is contained in:
Connor Olding 2024-07-23 10:49:47 -07:00
parent f85dade403
commit 19e49d1589

View file

@ -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' "$*"