On Fri, Feb 16, 2007, Steven Winfield wrote:
> $ make test.serial
> cd dmp; ./Run.dmp
> ../dacdif: line 46: getopts: `mdout.dmp.save': not a valid identifier
Weird: this has always worked for me.
Also weird: line 46 of dacdif refers to "getopt" not to "getopts" (the two
are very different)
> I know cygwin uses ash as a replacement for sh...
I don't think this has been for true a long time. Do you have an old cygwin?
But even if I replace the top line of dacdif with "#!/bin/ash" it still
works for me.
Try this:
1. check line 46 of dacdif: does it refer to getopt or to getopts?
2. at the command line, try "which getopt" and "getopt --version"
3. Check to see if you have DOS line endings in your dacdif script
4. Try changing /bin/sh in the top line of dacdif to /bin/ash or /bin/bash.
5. Just comment out lines 45 and 46 of dacdif -- Scott: what are these doing?
...good luck...dac
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Sun Feb 18 2007 - 06:07:36 PST