From d71ffe3f35c750b69f9277f828cd7f74745b51c8 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 14 May 2016 16:15:51 +0200 Subject: [PATCH] Commands reports corrections --- archfi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archfi b/archfi index 6e52e1c..1fed4e1 100644 --- a/archfi +++ b/archfi @@ -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