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: Probably stupid make question


Phil Smith wrote:
exactly what part of "(obviously I can figure this out, but if I knew
offhand it would save me some hassle)" was unclear?

He's saying try it and find out:


$ cat > foo.sh
#!/bin/sh
echo $#
^D
$ chmod +x foo.sh
$ ./foo.sh -Dsomething=c:/Documents and Settings/whatever
3
$ ./foo.sh "-Dsomething=c:/Documents and Settings/whatever"
1
$

How hard was that?

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