Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:31:46

0001 #!/bin/sh
0002 
0003 trap 's=$?; rm -f /tmp/pc$$.*; exit $st' 0 1 2 15
0004 sed 's|/redhat61/|/PLATFORM/|g; s|/Linux__2.2/|/PLATFORM/|g' < path-linux.conf > /tmp/pc$$.linux
0005 sed 's|/sun/|/PLATFORM/|g;      s|/Sun\(OS__5.6\|\)/|/PLATFORM/|g' < path-sunos.conf > /tmp/pc$$.sunos
0006 diff -u /tmp/pc$$.linux /tmp/pc$$.sunos
0007 exit 0