modular: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Wed Nov 10 08:52:10 PST 2010


 build.sh |   24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)

New commits:
commit 7c4122da04214487c1e8631ce48bdd87313af0de
Author: Patrick E. Kane <pekane52 at gmail.com>
Date:   Tue Nov 9 17:39:39 2010 -0600

    Allow build.sh to work on Solaris 10.
    
    Solaris 10 has an old /bin/sh that does not understand lines like this:
       export PATH=FOO
    that line must be written as the two lines:
       PATH=FOO
       export PATH
    
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Patrick E. Kane <pekane52 at gmail.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list