This solved it, thanks so much.snibgo wrote: ↑2018-11-12T18:32:56-07:00 How did you create the shell script file? If you used Windows tools, line-ends are probably marked with carriage-return and line-feed, but bash normally expects just line-feed, and you need to tell it to ignore carriage-return. See IM with Cygwin: Line ends for workarounds.
edit: a friend told me I should add to this in case any future folks find this googling:
I ended up just adding the following to lines to my bash_profile for cygwin:
Code: Select all
export SHELLOPTS
set -o igncr