about summary refs log tree commit homepage
path: root/bin/dtas-cueedit
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dtas-cueedit')
-rwxr-xr-xbin/dtas-cueedit2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dtas-cueedit b/bin/dtas-cueedit
index 2a205ac..3c03a78 100755
--- a/bin/dtas-cueedit
+++ b/bin/dtas-cueedit
@@ -5,7 +5,7 @@
 require 'tempfile'
 require 'shellwords'
 usage = "Usage: #$0 FILENAME"
-editor = ENV["VISUAL"] || ENV["EDITOR"]
+editor = ENV["VISUAL"] || ENV["EDITOR"] || "vi"
 ARGV.size > 0 or abort usage
 
 def err_msg(cmd, status)