summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandre2013-12-06 10:59:00 +0000
committerandre2013-12-06 10:59:00 +0000
commite450c2dcb2338cbfc3f633bf441a390165c24959 (patch)
treec6ef282d52c88d35e63935804487b5beef06c525
parentc902260ac4ff8cbb65abf54d0353aebced0979bd (diff)
downloadivylaunch-e450c2dcb2338cbfc3f633bf441a390165c24959.zip
ivylaunch-e450c2dcb2338cbfc3f633bf441a390165c24959.tar.gz
ivylaunch-e450c2dcb2338cbfc3f633bf441a390165c24959.tar.bz2
ivylaunch-e450c2dcb2338cbfc3f633bf441a390165c24959.tar.xz
relay cppopts to ivycontrolpanel
Break compatibility with ivycontrolpanel (<= 2.6).
-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);
}