sunchaoatmo / netcdf4-python

Automatically exported from code.google.com/p/netcdf4-python
0 stars 0 forks source link

nc3tonc4 uses dos newlines, breaks linux compatibility #181

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. get the current nc3tonc4 (for example: wget 
https://netcdf4-python.googlecode.com/svn/trunk/utils/nc3tonc4)
2. chmod u+x nc3tonc4
3. ./nc3tonc4

What is the expected output? What do you see instead?
Expected output: help screen
Current output: 
user@host:~> ./nc3tonc4 
: No such file or directory

What version of the product are you using? On what operating system?
Current nc3tonc4, tested on SuSE 12.2 and Debian 7.0

Please provide any additional information below.
This problem can be fixed by converting newlines to unix standard as is the 
case for nc4tonc3.

Original issue reported on code.google.com by mde.p...@gmail.com on 14 May 2013 at 1:09

GoogleCodeExporter commented 8 years ago
Done, thanks.

Original comment by whitaker.jeffrey@gmail.com on 14 May 2013 at 1:53