diff options
author | MatMoul <matmoul@gmail.com> | 2016-05-14 16:08:39 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2016-05-14 16:08:39 +0200 |
commit | 4332ab2605a149472b037ed76f529fe5aa9b61e9 (patch) | |
tree | 212df447138343ad38d8b9c1c96f8b8e9ebcf2d9 | |
parent | e121232b0b3415b3afa76e2d97a3bb837edbbce5 (diff) | |
download | hyperfi-4332ab2605a149472b037ed76f529fe5aa9b61e9.tar.lz hyperfi-4332ab2605a149472b037ed76f529fe5aa9b61e9.tar.xz hyperfi-4332ab2605a149472b037ed76f529fe5aa9b61e9.zip |
Commands reports corrections
-rw-r--r-- | archfi | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -137,6 +137,7 @@ chooseeditor(){ "${options[@]}" \ 3>&1 1>&2 2>&3) if [ "$?" = "0" ]; then + clear echo "EDITOR=$sel" EDITOR=$sel pressanykey |