mirror of
https://github.com/notwa/rc
synced 2025-02-04 23:33:23 -08:00
mark posh
as working now in notice
This commit is contained in:
parent
f85dade403
commit
19e49d1589
1 changed files with 1 additions and 2 deletions
|
@ -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' "$*"
|
||||
|
|
Loading…
Add table
Reference in a new issue