Changeset 578 for trunk/ithildin/tools


Ignore:
Timestamp:
08/21/05 06:37:53 (7 years ago)
Author:
wd
Message:

Expand tabs ('\t') to eight spaces.

Location:
trunk/ithildin/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ithildin/tools/modver.sh

    r495 r578  
    22 
    33# try to get the version string.  it will either be a standalone string or a 
    4 # string of the form "$Revision: 1.2 $".  We try the latter first. 
     4# string of the form "$Revision$".  We try the latter first. 
    55VSTR=`grep 'MODULE_REGISTER' $1 | sed 's/.*\"\(.*\)\".*/\1/'` 
    66ESTR=`echo $VSTR | sed 's/\$Rev: \(.*\) \$$/\1/'` 
  • trunk/ithildin/tools/repover.sh

    r506 r578  
    1313 
    1414if test "$rev" = "" ; then 
    15     rev=`cat tools/repover.sh | grep '^# \$Rev:' |                      \ 
    16         sed 's/^# \$Rev: \(.*\) \$$/\1/'` 
     15    rev=`cat tools/repover.sh | grep '^# \$Rev:' |                        \ 
     16        sed 's/^# \$Rev: \(.*\) \$$/\1/'` 
    1717fi 
    1818if test "$rev" = "" ; then 
Note: See TracChangeset for help on using the changeset viewer.