Changeset 3802 for palm/trunk/SCRIPTS


Ignore:
Timestamp:
Mar 17, 2019 1:33:42 PM (5 years ago)
Author:
raasch
Message:

unused variables removed, unused subroutines commented out, type conversion added to avoid compiler warning about constant integer division truncation, script document_changes made bash compatible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/document_changes

    r3665 r3802  
    1 #!/bin/ksh
     1#!/bin/bash
    22#------------------------------------------------------------------------------#
    33# This file is part of the PALM model system.
     
    2525# -----------------
    2626# $Id$
     27# script made bash compatible
     28#
     29# 3665 2019-01-10 08:28:24Z raasch
    2730# Corrected "Former revisions" section
    2831#
     
    117120                           -and -not -name '*.eps'  -and -not -name '*.png'    \
    118121                           -and -not -name '*.svn*' -and -not -name '*~'       \
    119                            -and -not -name '*.tar'); do
     122                           -and -not -name '*.tar'  -and -not -type d ); do
    120123
    121124#
     
    198201            timestamp_string="$comment_char $timestamp"
    199202          fi
    200 
    201          
    202          
    203203         
    204204       done <"$fn"
Note: See TracChangeset for help on using the changeset viewer.