changeset 28 | b8fa7dfeeaa1 |
parent 27 | 3a31ca4b29c4 |
child 29 | 86492ef8d086 |
--- a/sbsv2/raptor/group/checkexports.sh Wed Aug 04 12:07:55 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -#!/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 -