On Wed, Dec 29, 2010 at 9:58 PM, Gaetan Nadon <[email protected]> wrote: > isn't it ${BINDIR:-$EPREFIX/bin} ?
These types of shell tests check whether or not the first value is unset or null, "omitting the colon results in a test only for a parameter that is unset". So what I'm saying is you can set BINDIR to "" and the script will still use that value (I'll let you choose to have a blank BINDIR). Maybe that doesn't make sense? CAVEAT: we should probably check with the Solaris guys to verify this works in their shell? But I'm assuming it will because the other variables are using something similar. _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
