aboutsummaryrefslogtreecommitdiff
path: root/bin/eds
diff options
context:
space:
mode:
Diffstat (limited to 'bin/eds')
-rwxr-xr-xbin/eds3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/eds b/bin/eds
index 3d0fceed..e39215d4 100755
--- a/bin/eds
+++ b/bin/eds
@@ -42,8 +42,7 @@ for arg ; do
done
# Run the editor over the arguments
-echo "${VISUAL:-"${EDITOR:-ed}"}" "$@"
-exit
+"${VISUAL:-"${EDITOR:-ed}"}" "$@"
# Make any created scripts executable if they now appear to be files
for script ; do