sbsv2/raptor/group/checkexports.sh
author Jon Chatten
Thu, 25 Mar 2010 16:48:39 +0000
branchfix
changeset 403 1967a536cfeb
parent 3 e1eecf4d390d
permissions -rwxr-xr-x
release note: SF Bug 385 - Raptor doesn't handle spaces in tool directory, DPDEF143018 - Raptor doesn't handle spaces in GCCE installation directory correctly, DPDEF141195 - Raptor doesn't handle spaces in tool paths

#!/bin/bash

for dir in . cpp-raptor cygwin-1.5.25 mingw-5.1.4 python-2.5.2; do
	echo testing exports.inf in $dir
	(cd $dir; ./exports.sh2; sort exports.inf > t1; sort exports.inf2 > t2; diff t1 t2)
done