diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-07-06 23:01:06 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-07-06 23:12:36 -0700 |
commit | 21b5cf52e2e31e26529d9b47fc6fafdf88a73f75 (patch) | |
tree | 8e4c6652e02f32c4f962fe2ad1f08b053f3e24dc /subx/edit | |
parent | eca07d6a6bb155947fda25d12e3067dfb25d9abf (diff) | |
download | mu-21b5cf52e2e31e26529d9b47fc6fafdf88a73f75.tar.gz |
4315
Diffstat (limited to 'subx/edit')
-rwxr-xr-x | subx/edit | 2 |
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] |