Changeset 1328 for palm/trunk/SCRIPTS/document_changes
- Timestamp:
- Mar 21, 2014 11:00:33 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/document_changes
r1326 r1328 20 20 # Current revisions: 21 21 # ----------------- 22 # Initial revision22 # 23 23 # 24 24 # Former revisions: … … 26 26 # $Id$ 27 27 # 28 # 1326 2014-03-21 10:44:31Z maronga 29 # Initial revision 30 # 28 31 # Description: 29 32 # ------------ … … 127 130 # 128 131 #-- check for empty comments 129 if [[ $line_count -eq $line_start && "${line:2:10}" != "" && "${line:2:10}" != " " ]] 132 line_no_space=`echo ${line:2:10} | sed -e 's/^[ \t]*//'` 133 if [[ $line_count -eq $line_start && "$line_no_space" != "" ]] 130 134 then 131 135 printf "\n *** Revisions found in $filename\n"
Note: See TracChangeset
for help on using the changeset viewer.