summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xivylaunch2
1 files changed, 1 insertions, 1 deletions
diff --git a/ivylaunch b/ivylaunch
index 0d8ff69..4d7e89a 100755
--- a/ivylaunch
+++ b/ivylaunch
@@ -90,7 +90,7 @@ for (FugueConfig::parse($file, @cppopts)) {
push @{$cmd{$type}}, [$host, $command, $params];
} else {
# add filename to ivycontrolpanel command (not destructive)
- $params .= " $file" if ($name eq 'ivycontrolpanel');
+ $params .= join(' ', @cppopts) . " $file " if ($name eq 'ivycontrolpanel');
push @{$agent{$type}}, [$name, $host, $command, $params, $bus];
push (@apps, $name);
}