aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xikiwiki-comment.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki-comment.in b/ikiwiki-comment.in
index 0891766ab..1c7baead0 100755
--- a/ikiwiki-comment.in
+++ b/ikiwiki-comment.in
@@ -115,7 +115,7 @@ sub exec_editor {
@editor=split(' ', $ENV{EDITOR});
}
if (exists $ENV{VISUAL}) {
- @editor=split(' ', $ENV{VISUAL});
+ @editor=split(' ', $ENV{VISUAL});
}
exec(@editor, $file);
}