aboutsummaryrefslogtreecommitdiffstats
path: root/bin/editor
diff options
context:
space:
mode:
Diffstat (limited to 'bin/editor')
-rwxr-xr-xbin/editor3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/editor b/bin/editor
index a7d5326..057b977 100755
--- a/bin/editor
+++ b/bin/editor
@@ -18,4 +18,5 @@ exec_editor emacs "$@"
exec_editor vim "$@"
exec_editor nano "$@"
-echo "no text editor detected"
+echo "no text editor detected" >&2
+exit 1