Ignore:
Timestamp:
Mar 21, 2014 11:00:33 AM (10 years ago)
Author:
maronga
Message:

last commit documented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/document_changes

    r1326 r1328  
    2020# Current revisions:
    2121# -----------------
    22 # Initial revision
     22#
    2323#
    2424# Former revisions:
     
    2626# $Id$
    2727#
     28# 1326 2014-03-21 10:44:31Z maronga
     29# Initial revision
     30#
    2831# Description:
    2932# ------------
     
    127130#
    128131#--          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" != "" ]]
    130134             then
    131135                printf "\n  *** Revisions found in $filename\n"
Note: See TracChangeset for help on using the changeset viewer.