This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

BUG REPORT cywin latest / bash 2.04.0(1)-release (i586-pc-cygwin)



    Tell me this cannot be true!!!! 
    Jari

    $ bash -x /tmp/test.sh

//jari aalto@PICASSO cvs-1.10.8 $ which cygwin1.dll
/usr/bin/cygwin1.dll
//jari aalto@PICASSO cvs-1.10.8 $ which bash
/usr/bin/bash
//jari aalto@PICASSO cvs-1.10.8 $ bash --version
GNU bash, version 2.04.0(1)-release (i586-pc-cygwin)

//jari aalto@PICASSO cvs-1.10.8 $ bash -x /tmp/test.sh

bash -x /tmp/test.sh
+ echo this
this
+ that
/tmp/t.sh: that: command not found

# /tmp/test.sh        

echo this \
  that

# end of file

    


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]