The echon implementation is hanging in an infinite loop, so reverting to 'echo -n' and observing what errors are observed on MacOS and Windows.

This commit is contained in:
Ward Fisher 2024-11-21 15:13:08 -07:00
parent 03c47d61f9
commit 20427fede1

View File

@ -201,7 +201,8 @@ fi
# OS/X and windows apparently have no echo -n option, so fake it
echon() {
${execdir}/../ncdump/echon -n $@
echo -n $@
#${execdir}/../ncdump/echon -n $@
}
# Test for filter availability