summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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");
}
}