Greg Ercolano wrote: > Fabien Costantini wrote: >> Knowing you mike, there must be a good reason for that statement, >> but I recognize I don't understand that one. > > Seeing this I was intrigued, and posted a short 'my 2 cents' > in STR 2028. > > The patch for the $(basename) doesn't fly on an SGI with the > stock bourne shell. IIRC, the $(command) stuff, nice as it is, > is I think a relatively newish bash thing, not old style bourne. > ...
Yes, it is a bashism... > The V2 patch Alvin posted seems to work on both platforms, eg: > > # prog="`basename \"$compile\" .cxx`" > # echo $prog > Foo Bar That might be the best compromise. -- ______________________________________________________________________ Michael Sweet, Easy Software Products mike at easysw dot com _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
