Commands reports corrections

This commit is contained in:
MatMoul 2016-05-14 16:08:39 +02:00
parent e121232b0b
commit 4332ab2605

1
archfi
View file

@ -137,6 +137,7 @@ chooseeditor(){
"${options[@]}" \
3>&1 1>&2 2>&3)
if [ "$?" = "0" ]; then
clear
echo "EDITOR=$sel"
EDITOR=$sel
pressanykey