Changeset 2375 in lmdz_wrf for trunk


Ignore:
Timestamp:
Mar 5, 2019, 2:19:31 PM (6 years ago)
Author:
lfita
Message:

Fixing some minor issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/link_essentials.bash

    r2360 r2375  
    11#!/bin/bash
    2 if test $1 = '-h'; then
     2if test $# -eq 1 && test $1 = '-h'; then
    33  echo "********************************"
    44  echo "***   Shell script to link  ***"
     
    99else
    1010  rootsh=`pwd`
    11  
    1211  ln -s ${pyHOME}/generic_tools.py ./
    1312  ln -s ${pyHOME}/nc_var_tools.py ./
Note: See TracChangeset for help on using the changeset viewer.