Skip to content
Snippets Groups Projects
Commit fc6d005e authored by Danny Auble's avatar Danny Auble
Browse files

qsub - Remove extra space from command line options

parent 3735ed47
No related branches found
No related tags found
No related merge requests found
...@@ -135,7 +135,7 @@ if ($man) { ...@@ -135,7 +135,7 @@ if ($man) {
my $script; my $script;
if ($ARGV[0]) { if ($ARGV[0]) {
foreach (@ARGV) { foreach (@ARGV) {
$script .= "$_ "; $script .= "$_";
} }
} }
my $block="false"; my $block="false";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment