From 60157f5a92484026f72b2ce198b25839a016421c Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Sat, 5 Jan 2008 03:40:52 +0000 Subject: don't stick 'script' in the hash svn path=/branches/new-fu/; revision=321 --- client/Scire.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Scire.pm b/client/Scire.pm index 8b94082..8ae5973 100644 --- a/client/Scire.pm +++ b/client/Scire.pm @@ -29,7 +29,7 @@ sub set_filename { } } for(keys %{$jobdata}) { - $self->{$_} = $jobdata->{$_}; + $self->{$_} = $jobdata->{$_} unless($_ eq "script"); } } -- cgit v1.2.3-65-gdbad