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/

Reply via email to