comparison mxtool/mx @ 4167:3e749481e445

Trivial change to test gate.
author Doug Simon <doug.simon@oracle.com>
date Tue, 27 Dec 2011 06:20:45 +0100
parents 6c5f528c7aac
children 71a2cd79c375
comparison
equal deleted inserted replaced
4166:7d5a6569275e 4167:3e749481e445
45 END 45 END
46 if [ $? -eq 0 ]; then 46 if [ $? -eq 0 ]; then
47 exec python "$dir/mx.py" "$@" 47 exec python "$dir/mx.py" "$@"
48 fi 48 fi
49 49
50 #end of file