Ignore:
Timestamp:
10/30/2008 10:35:35 PM (15 years ago)
Author:
marcus
Message:

r16 | svn | 2008-01-25 16:30:13 +0100 (Fr, 25 Jan 2008) | 1 line

replaced fixed name szpc35 by environment variable SFDBHOST

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/source/seed_io/seed_copy.csh

    r16 r31  
    44#      ============= 
    55# 
    6 # version 8, 9-May-2007 
     6# $Revision: 16 $, $Date: 2008-01-25 16:30:13 +0100 (Fr, 25 Jan 2008) $ 
    77# 
    88# copies Mini-SEED files to output directory 
     
    139139                set f_pathcache=/tmp/seed_pathcache_$$.000 
    140140                if  (-e $f_pathcache)  \rm $f_pathcache 
    141                 $SH_UTIL/sol_sql_call.csh szpc35 "select * from pathtab order by id" >$f_pathcache 
     141                $SH_UTIL/sol_sql_call.csh $SFDBHOST "select * from pathtab order by id" >$f_pathcache 
    142142                set pathcache="-pathcache=$f_pathcache" 
    143143        endif 
Note: See TracChangeset for help on using the changeset viewer.