On Fri, 29 Aug 2008 11:14:45 -0500, James Gray wrote:
There's no reason to use a shell script. Ruby supports this directly:
./configure … --program-suffix=18
That would add a 18 suffix to all programs built: ruby18, irb18, etc.
Hi James-
Nice tip, but I was referring to a shell script that would jiggle some symbolic links in /usr/local/bin so that I could switch "ruby" between 1.9.0, 1.8.6 and MacRuby...
Best, Charles