modular: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Thu Feb 9 22:22:15 PST 2012


 build.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b2d506d51413f1e819b2abd89baaa920d20f226e
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Feb 5 10:55:18 2012 -0800

    build.sh: fix test error message when modules file not supplied
    
    Seems to be harmless, just noisy message:
    git/util/modular/build.sh[1323]: [: argument expected
    
    sh -x shows it was coming from expanding:
    if [ X"$BUILT_MODULES_FILE" != X -a -r $BUILT_MODULES_FILE ]
    
    to:
    + [ X '!=' X -a -r ]
    
    Adding quotes ensures the shell sees an empty argument instead of none.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list