X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/b435ddb8de2093d99aff4e50479c67ce03e4728a..8f67b981cd89d146fec158b3be819e6f9c48e1f7:/ikiwiki-comment.in?ds=sidebyside 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); }