At 2007-04-13T21:12:43+1200, Volker Kuhlmann wrote: > but you were using $(..) already, which also only works in bash but not in > posix sh.
Can we kill this fallacy already? $() is specified by POSIX[0]. If you've got some shell that claims to be POSIX conformant and does not support $(), the shell is broken. [0] http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_06_03 Cheers, -mjg -- Matthew Gregan |/ /| [EMAIL PROTECTED]
