Changeset 8629 for trunk/MagicSoft
- Timestamp:
- 06/30/07 10:28:11 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/scripts/merppupdate
r8627 r8629 88 88 if [ ! -d $merpplogpath ] 89 89 then 90 mkdir -pv $merpplogpath91 if [ ! -d $merpplogpath ]92 then93 echo "could not make merpplogpath "$merpplogpath94 exit95 fi90 mkdir -pv $merpplogpath 91 if [ ! -d $merpplogpath ] 92 then 93 echo "could not make merpplogpath "$merpplogpath 94 exit 95 fi 96 96 fi 97 97 … … 109 109 if [ "$cacofile" = "" ] 110 110 then 111 echo "cacofile with no $runno not found" >> $scriptlog 2>&1112 echo "finding cacofile..." >> $scriptlog 2>&1111 echo "cacofile with no $runno not found" 112 echo "finding cacofile..." 113 113 for (( i = 0; i <= 10; i++ )) 114 114 do … … 119 119 if [ $i -eq 9 ] 120 120 then 121 echo "no cacofile found for runno $newrun in $cacopath" >> $scriptlog 2>&1121 echo "no cacofile found for runno $newrun in $cacopath" 122 122 break 2 123 123 fi
Note:
See TracChangeset
for help on using the changeset viewer.