Probably stupid make question

Warren Young warren@etr-usa.com
Tue Sep 2 22:19:00 GMT 2008


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/



More information about the Cygwin mailing list