Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

check_platform_desy

Go to the documentation of this file.
00001   if [ -x /usr/afsws/bin/fs ];then
00002     SYSNAME=`/usr/afsws/bin/fs sysname | sed -e "s/Current sysname \(list \)\?is //" | sed -e "s/'//" | sed -e "s/'.*//"`
00003   elif [ -x /usr/bin/fs ]; then
00004     SYSNAME=`/usr/bin/fs sysname | sed -e "s/Current sysname \(list \)\?is //" | sed -e "s/'//" | sed -e "s/'.*//"`
00005   fi
00006   export SYSNAME
00007   echo Current sysname is $SYSNAME
00008 

Generated on Mon Feb 16 15:58:15 2009 for HepMCAnalysis by  doxygen 1.3.9.1