[BACK]Return to vgrind.sh CVS log [TXT][DIR] Up to [local] / src / usr.bin / vgrind

Diff for /src/usr.bin/vgrind/Attic/vgrind.sh between version 1.4 and 1.5

version 1.4, 2003/06/03 02:56:21 version 1.5, 2008/04/11 14:24:29
Line 37 
Line 37 
 if ( $?TROFF ) then  if ( $?TROFF ) then
         set troff = "$TROFF"          set troff = "$TROFF"
 else  else
         set troff = "troff"          set troff = "groff"
 endif  endif
   
 set vf=/usr/libexec/vfontedpr  set vf=/usr/libexec/vfontedpr
Line 59 
Line 59 
         shift          shift
         goto top          goto top
   
       case -T:
           if ($#argv < 2) then
               echo "vgrind: $1:q option must have argument"
               goto done
           else
               set voptions = ($voptions $1:q $2)
               shift
               shift
               goto top
           endif
   
     case -t:      case -t:
         set voptions = "$voptions -t"          # ignore for backwards compatibility
         shift          shift
         goto top          goto top
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5