Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
(no commit message)
[git.ikiwiki.info.git]
/
ikiwiki-comment.in
diff --git
a/ikiwiki-comment.in
b/ikiwiki-comment.in
index 0891766ab6f154ae1f7977c49a58a7d86f44996b..1c7baead0d6849b223093fd8a75a7470f7a6f11c 100755
(executable)
--- 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);
}