diff options
author | Olivier Blin <blino@mageia.org> | 2010-11-04 11:56:34 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2010-11-04 11:56:34 +0000 |
commit | ce850e9ed3cd1fba471dcce3ad0f9700c37929f5 (patch) | |
tree | df90c5a46f61f031006478c3b7bd705262349698 /lib | |
parent | 6a4d1db679d685d6c95b103bc678087f23e511eb (diff) | |
download | iurt-ce850e9ed3cd1fba471dcce3ad0f9700c37929f5.tar iurt-ce850e9ed3cd1fba471dcce3ad0f9700c37929f5.tar.gz iurt-ce850e9ed3cd1fba471dcce3ad0f9700c37929f5.tar.bz2 iurt-ce850e9ed3cd1fba471dcce3ad0f9700c37929f5.tar.xz iurt-ce850e9ed3cd1fba471dcce3ad0f9700c37929f5.zip |
remove extra space
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Iurt/Process.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Iurt/Process.pm b/lib/Iurt/Process.pm index e7e1a5d..9855b36 100644 --- a/lib/Iurt/Process.pm +++ b/lib/Iurt/Process.pm @@ -110,7 +110,7 @@ sub perform_command { if ($opt{use_iurt_root_command}) { my ($binary, $args) = $command =~ /^(\S*)(.*)$/; - $command = "$sudo $config->{iurt_root_command} --$binary $args"; + $command = "$sudo $config->{iurt_root_command} --$binary$args"; } my ($output, $fulloutput, $comment); |