From c4c982226a45f5360fb21490491d20ba6cd5dd3a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 19 Aug 2016 23:26:32 +1200 Subject: Remove debugging code from eds(1) --- bin/eds | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/eds') 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 -- cgit v1.2.3