aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki-comment.in
diff options
context:
space:
mode:
authorAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>2016-02-24 17:46:11 -0500
committerAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>2016-02-24 17:46:11 -0500
commitf50199467899f29e94572c581e07779c1d7ff8b3 (patch)
tree901a816d7321e641a49cfe445bf29175e1f50c39 /ikiwiki-comment.in
parent4a7b8f260a9b6571b7bcff950e6c1b49e9df16eb (diff)
downloadikiwiki-f50199467899f29e94572c581e07779c1d7ff8b3.tar
ikiwiki-f50199467899f29e94572c581e07779c1d7ff8b3.tar.gz
Indent.
Diffstat (limited to 'ikiwiki-comment.in')
-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);
}