aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/pgplot/files/xf77
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pgplot/files/xf77')
-rw-r--r--graphics/pgplot/files/xf774
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pgplot/files/xf77 b/graphics/pgplot/files/xf77
index cd8a80e475c9..554d36ecd08f 100644
--- a/graphics/pgplot/files/xf77
+++ b/graphics/pgplot/files/xf77
@@ -8,10 +8,10 @@ $myname = $0;
$count = 0;
while ($ARGV[0] =~ /^-/) {
- $opt . = " $ARGV[0]";
+ $opt .= " $ARGV[0]";
if ($ARGV[0] eq "-o") {
shift;
- $opt . = " $ARGV[0]";
+ $opt .= " $ARGV[0]";
}
shift;
}