This is the mail archive of the cygwin 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]
Other format: [Raw text]

Re: Setting Integer Variables in Bash


On Thu, Jan 29, 2009 at 5:54 PM, whitewall wrote:
> #! /cygdrive/c/cygwin/bin/bash

and this should probably just be

#!/bin/bash

After all, only cygwin tools will be able to understand /cygdrive,
meaning they'll also understand that /bin is the same as
/cygdrive/c/cygwin...

~Matt

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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