]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - ikiwiki-comment.in
fix duplicate expansion of comments
[git.ikiwiki.info.git] / ikiwiki-comment.in
index 0891766ab6f154ae1f7977c49a58a7d86f44996b..1c7baead0d6849b223093fd8a75a7470f7a6f11c 100755 (executable)
@@ -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);
 }