mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-12 18:10:24 +08:00
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:
parent
03c47d61f9
commit
20427fede1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user