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]

Re: 1.1.0 questions and comments


untested, but the general idea is:
    if (%OS%)==(Windows_NT) bash %*
    if not (%OS%)==(Windows_NT) bash %1 %2 %3 %4 %5 %6 %7 %8 %9

 - Jay

-----Original Message-----
From: Bill Nugent <whn@topelo.lopi.com>
To: cygwin@sourceware.cygnus.com <cygwin@sourceware.cygnus.com>
Date: Saturday, April 22, 2000 8:05 AM
Subject: 1.1.0 questions and comments


[..]
>I've modified cygwin.bat to have the last line as:
>
>  bash %1 %2 %3 %4 %5 %6 %7 %8 %9
>
>while not passing everything on the command is better than no arguments.  
>If someone knows a better way to pass all the command line arguments I'd 
>love to know.
[..]



--
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]