Bug in the "checkin" script

sources-request at genrad.UUCP sources-request at genrad.UUCP
Wed May 15 03:47:03 AEST 1985


From: fosterm at ogcvax.UUCP

The previous posting: "checkin: editor interface for RCS logs" has
an error in the source script.  I have included a diff in "-c" format
for use with patch, or for fixing by hand.

*** checkin.old	Tue May 14 13:37:08 1985
--- checkin.csh	Tue May 14 13:38:06 1985
***************
*** 74,80
  		endif
  	endif
  end
! if ($cilist != "") then
  	echo " "
  	echo "Performing checkin of:"
  	echo "$cilist"

--- 74,80 -----
  		endif
  	endif
  end
! if ("$cilist" != "") then
  	echo " "
  	echo "Performing checkin of:"
  	echo "$cilist"



More information about the Mod.sources mailing list