From: Greg Ercolano <erco@(email surpressed)>
Subject: Re: Deactivating parts of submit-scripts?
   Date: Tue, 27 Sep 2005 10:26:58 -0700
Msg# 1052
View Complete Thread (4 articles) | All Threads
Last Next
Abraham Schneider wrote:
    if ( $s =~ /^#/ ) { next; }        #### ADD THIS LINE ####

Ok, that works almost, but not completely: if I do this with the "Image Command" line, I always get this error message when starting the script:

input: /mnt/homes/aschneid/.rush/.shaketest-last: Line 13: unknown field 'ImageCommand'

that also happens if I delete the .xyz-last file.

Any ideas about that?

	Yes, once you remove a field, then you must remove all references to
	that field's variable name in the file.

	Note that the 'variable name' of all the fields is the field's name
	without any spaces.

	Since the field you're removing is "Image Command", the variable name
	will be "ImageCommand" (no spaces).

	So search for all instances of "ImageCommand" in the script, and remove
	them.


--
Greg Ercolano, erco@(email surpressed)
Rush Render Queue, http://seriss.com/rush/
Tel: (Tel# suppressed)
Cel: (Tel# suppressed)
Fax: (Tel# suppressed)

Last Next