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