diff -r be27ed110b50 -r e1eecf4d390d sbsv2/raptor/group/checkexports.sh --- a/sbsv2/raptor/group/checkexports.sh Wed Oct 28 14:39:48 2009 +0000 +++ b/sbsv2/raptor/group/checkexports.sh Mon Nov 16 09:46:46 2009 +0000 @@ -1,7 +1,7 @@ -#!/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 - +#!/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 +