aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul <matmoul@gmail.com>2016-05-14 16:06:23 +0200
committerMatMoul <matmoul@gmail.com>2016-05-14 16:06:23 +0200
commite121232b0b3415b3afa76e2d97a3bb837edbbce5 (patch)
tree1688943e2503cb2fcdf3b68cdcb96b9232b96ae5
parent6a403e0babf087fd991391724a2085a3c9735853 (diff)
downloadhyperfi-e121232b0b3415b3afa76e2d97a3bb837edbbce5.tar.lz
hyperfi-e121232b0b3415b3afa76e2d97a3bb837edbbce5.tar.xz
hyperfi-e121232b0b3415b3afa76e2d97a3bb837edbbce5.zip
Commands reports corrections
-rw-r--r--archfi4
1 files changed, 3 insertions, 1 deletions
diff --git a/archfi b/archfi
index c9ebfb0..4097e9d 100644
--- a/archfi
+++ b/archfi
@@ -137,7 +137,9 @@ chooseeditor(){
"${options[@]}" \
3>&1 1>&2 2>&3)
if [ "$?" = "0" ]; then
+ echo "EDITOR=$sel"
EDITOR=$sel
+ pressanykey
fi
}
@@ -969,7 +971,7 @@ archsettime(){
fi
clear
- echo "ln -sf /usr/share/zoneinfo/$timezone /mnt/etc/localtime"
+ echo "ln -sf /mnt/usr/share/zoneinfo/$timezone /mnt/etc/localtime"
ln -sf /usr/share/zoneinfo/$timezone /mnt/etc/localtime
pressanykey