[comp.text] transfig release 4b fix

beck@gefion.cs.cornell.edu (Micah Beck) (08/12/89)

The transfig shell script in TransFig Release 4b  which was announced a
last week has a couple of small bugs.  They have been fixed in the release,
and I include a patch for those who already picked up the release.  The fixed
release is available by anonymous FTP from svax.cs.cornell.edu in
~ftp/pub/fig/transfig/tar.Z or from the archive server at sun.soe.clarkson.edu.

Micah Beck
beck@cs.cornell.edu
Cornell CS Dept.
----------------

*** /tmp/,RCSt1a10229	Sat Aug 12 09:25:11 1989
--- transfig	Wed Aug  9 21:04:54 1989
***************
*** 39,45 ****
  			set TX = $2; shift; breaksw
  		default:
  			set ARGS = ($ARGS $1)
! 			if ("X$1" !~ -*) set FILES = 1
  			breaksw
      	endsw
  	shift
--- 39,45 ----
  			set TX = $2; shift; breaksw
  		default:
  			set ARGS = ($ARGS $1)
! 			if ("X$1" !~ X-*) set FILES = 1
  			breaksw
      	endsw
  	shift
***************
*** 273,279 ****
  		endsw
  
  		# conversion to fig 
! 		if (type != fig && !(type == pic && $TO == tpic)) then
  
  			echo " "				>>$MK
  			echo "${i}.fig: ${i}.${type}"		>>$MK
--- 273,279 ----
  		endsw
  
  		# conversion to fig 
! 		if ($type != fig && !($type == pic && $TO == tpic)) then
  
  			echo " "				>>$MK
  			echo "${i}.fig: ${i}.${type}"		>>$MK