Ignore:
Timestamp:
05/31/12 17:36:36 (12 years ago)
Author:
jgipsl
Message:

Changed name for directory USER_SPEC into EXPERIMENTS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v5/diff_configurations.ksh

    r1719 r1742  
    11#!/bin/ksh 
    22# 
    3 # Use this script to test if files are the same in all configurations in this directory. All files in the GENERAL, POST and USER_SPEC  
     3# Use this script to test if files are the same in all configurations in this directory. All files in the GENERAL, POST and EXPERIMENTS  
    44# directories with the same name and path should be the identic before commit to svn. The difference between configurations are the  
    55# scripts for compiling and which files are available.  
     
    3232    # Construct list of files to test 
    3333    if [ $TestAll = "yes" ] ; then 
    34         FileList=`ls -d ${conf}/GENERAL/DRIVER/* ${conf}/GENERAL/PARAM/* ${conf}/GENERAL/POST/* ${conf}/USER_SPEC/*/*/* ${conf}/USER_SPEC/*/*/*/*` 
     34        FileList=`ls -d ${conf}/GENERAL/DRIVER/* ${conf}/GENERAL/PARAM/* ${conf}/GENERAL/POST/* ${conf}/EXPERIMENTS/*/*/* ${conf}/EXPERIMENTS/*/*/*/*` 
    3535    else 
    3636        FileList="" 
Note: See TracChangeset for help on using the changeset viewer.