Changeset 1835 for TOOLS/PACK_IPSL/DEM_utilities.sh
- Timestamp:
- 07/30/12 11:49:44 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TOOLS/PACK_IPSL/DEM_utilities.sh
r1822 r1835 355 355 # nom du présent prog (pour gestion des erreurs) 356 356 PROGNAME="DEM_utilities.sh" ######### 357 357 358 358 currentStep=${1} 359 360 359 stepMsg=`echo $currentStep | grep -e '^.*\.sh-->OK$' | wc -l ` 361 if [ "x {stepMsg}" == "x0" ]360 if [ "x${stepMsg}" == "x0" ] 362 361 then 363 362 DEM_errorSend "${PROGNAME}:${LINENO}:Le nom de l'etape courante n'est pas au bon format !" … … 365 364 366 365 currentStepScriptName=`echo $currentStep | sed 's;\.sh-->OK;;' ` 367 368 366 # si le fichier de suivi general n'existe pas, il n'y a pas eu de passage de script de liste avant. 369 367 # ==> on sort normalement … … 374 372 375 373 currentStepPassed=`grep ${currentStep} ${generalMonitorFile} | wc -l ` 376 377 374 if [ "x${currentStepPassed}" != "x0" ] 378 375 then
Note: See TracChangeset
for help on using the changeset viewer.