diff options
Diffstat (limited to 'bin/editor')
-rwxr-xr-x | bin/editor | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |