aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-19 23:26:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-19 23:26:32 +1200
commitc4c982226a45f5360fb21490491d20ba6cd5dd3a (patch)
tree9bbc9335c7f7cec1a37ba642a6b5c752d2529974 /bin
parentUpdate documentation for br(1) and xgo(1) (diff)
downloaddotfiles-c4c982226a45f5360fb21490491d20ba6cd5dd3a.tar.gz
dotfiles-c4c982226a45f5360fb21490491d20ba6cd5dd3a.zip
Remove debugging code from eds(1)
Diffstat (limited to 'bin')
-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