about summary refs log tree commit diff stats
path: root/subx/edit
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-07-06 23:01:06 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-06 23:12:36 -0700
commit21b5cf52e2e31e26529d9b47fc6fafdf88a73f75 (patch)
tree8e4c6652e02f32c4f962fe2ad1f08b053f3e24dc /subx/edit
parenteca07d6a6bb155947fda25d12e3067dfb25d9abf (diff)
downloadmu-21b5cf52e2e31e26529d9b47fc6fafdf88a73f75.tar.gz
4315
Diffstat (limited to 'subx/edit')
-rwxr-xr-xsubx/edit2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/edit b/subx/edit
index 39aa9d38..d229c654 100755
--- a/subx/edit
+++ b/subx/edit
@@ -7,4 +7,4 @@ then
   exit 1
 fi
 
-$EDITOR ./teensy/test$1*.[cs]
+eval $EDITOR ./teensy/test$1*.[cs]