[Ironruby-core] Problems compiling IronRuby on Mac Leopard
Thibaut Barrère
thibaut.barrere at gmail.com
Tue May 6 09:23:27 EDT 2008
> does that mean, that my terminal don't know the character set used on the
website?
If you use the html version on the OS X command line, the variable will keep
the quotes inside the value instead of acting like a string delimiter:
Macintosh:temp thbar$ export
SOMEVAR="/usr/local/lib/pkgconfig:/opt/local/lib/pkgconfig"
Macintosh:temp thbar$ echo $SOMEVAR
*"/usr/local/lib/pkgconfig:/opt/local/lib/pkgconfig"*
On the other hand, if you use the regular double-quote, you'll get the
expected behaviour:
Macintosh:temp thbar$ export
SOMEVAR="/usr/local/lib/pkgconfig:/opt/local/lib/pkgconfig"
Macintosh:temp thbar$ echo $SOMEVAR
*/usr/local/lib/pkgconfig:/opt/local/lib/pkgconfig
*
hope this helps
-- Thibaut
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080506/a662308a/attachment.html>
More information about the Ironruby-core
mailing list