diff options
Diffstat (limited to 'toolbin/localcluster/clusterpush.pl')
-rwxr-xr-x | toolbin/localcluster/clusterpush.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toolbin/localcluster/clusterpush.pl b/toolbin/localcluster/clusterpush.pl index a7d9cb57..2f251551 100755 --- a/toolbin/localcluster/clusterpush.pl +++ b/toolbin/localcluster/clusterpush.pl @@ -28,6 +28,7 @@ my %products=('abort' =>1, 'runtests'=>1, 'extract'=>1, 'extractmu'=>1, + 'muwasm'=>1, 'extractgs'=>1); my $user; @@ -174,7 +175,7 @@ if (!$product) { } elsif ($directory eq 'extract') { $product='extract'; } else { - $product='gs pcl xps gpdl' + $product='gs pcl xps gpdl gpdf' } } |