Changeset 3802 for palm/trunk/SCRIPTS
- Timestamp:
- Mar 17, 2019 1:33:42 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/document_changes
r3665 r3802 1 #!/bin/ ksh1 #!/bin/bash 2 2 #------------------------------------------------------------------------------# 3 3 # This file is part of the PALM model system. … … 25 25 # ----------------- 26 26 # $Id$ 27 # script made bash compatible 28 # 29 # 3665 2019-01-10 08:28:24Z raasch 27 30 # Corrected "Former revisions" section 28 31 # … … 117 120 -and -not -name '*.eps' -and -not -name '*.png' \ 118 121 -and -not -name '*.svn*' -and -not -name '*~' \ 119 -and -not -name '*.tar' ); do122 -and -not -name '*.tar' -and -not -type d ); do 120 123 121 124 # … … 198 201 timestamp_string="$comment_char $timestamp" 199 202 fi 200 201 202 203 203 204 204 done <"$fn"
Note: See TracChangeset
for help on using the changeset viewer.