This is the mail archive of the cygwin@sourceware.cygnus.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 in debash 1.1


Debash will prepend the current path (or maybe the path of the script 
file) when a debashed command is executed from a script.  I had debashed 
the tclsh80.exe program to be tclsh.  I execute the tclsh like so:

#!/bin/sh
#\
exec tclsh "$0" "$@"

... rest of script ...


When I execute the script tclsh start but all of the parameters have a 
path prepended to them making them invalid.  Since I script resided in 
the current working directory I don't know if the path is from where the 
script resides or if it is from the current working directory.

-        \\||//
---o0O0--Earnie--0O0o----
-earnie_boyd@hotmail.com-
------ooo0O--O0ooo-------


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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