diff options
Diffstat (limited to 'xnew')
-rwxr-xr-x | xnew | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xnew b/xnew index 8473d48..428725e 100755 --- a/xnew +++ b/xnew @@ -94,4 +94,4 @@ EOF echo "}" >>$srcdir/$PKG/template done -exec ${EDITOR:-vi} +3 $srcdir/$PKG/template +exec ${VISUAL:-${EDITOR:-vi}} +3 $srcdir/$PKG/template |