summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gaffney <agaffney@gentoo.org>2008-01-05 03:40:52 +0000
committerAndrew Gaffney <agaffney@gentoo.org>2008-01-05 03:40:52 +0000
commit60157f5a92484026f72b2ce198b25839a016421c (patch)
treef093a3490e21b34b32c9b4ad2b759cc46c2a4ddc
parentinitial commit of Scire.pm (diff)
downloadscire-60157f5a92484026f72b2ce198b25839a016421c.tar.gz
scire-60157f5a92484026f72b2ce198b25839a016421c.tar.bz2
scire-60157f5a92484026f72b2ce198b25839a016421c.zip
don't stick 'script' in the hash
svn path=/branches/new-fu/; revision=321
-rw-r--r--client/Scire.pm2
1 files changed, 1 insertions, 1 deletions
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");
}
}