diff options
author | Robert C. Helling <robert@thetheoreticaldiver.org> | 2017-06-07 11:00:38 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-06-11 13:50:30 -0700 |
commit | 6963b52d9682c09d311ecc2d5a7380b7f1bc77e0 (patch) | |
tree | 381e1f498f3d8cdb3969d1af393254185c91c4a4 /scripts/smtk2ssrf.pl | |
parent | 22612831bbd302bbc3f68ff377ccb8d53580c812 (diff) | |
download | subsurface-6963b52d9682c09d311ecc2d5a7380b7f1bc77e0.tar.gz |
Let command line version not open an X window
So we can run it on a headless system
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'scripts/smtk2ssrf.pl')
-rwxr-xr-x | scripts/smtk2ssrf.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/smtk2ssrf.pl b/scripts/smtk2ssrf.pl index 2b1e8a2ac..5367400ce 100755 --- a/scripts/smtk2ssrf.pl +++ b/scripts/smtk2ssrf.pl @@ -35,7 +35,7 @@ if ($q->upload("uploaded_file")) { -size => 50, -maxlength => 200); print $q->submit(); - print $q-end_form(); + print $q->end_form(); # Here we could print some footer stuff as above |