aboutsummaryrefslogtreecommitdiff
path: root/libreboot
diff options
context:
space:
mode:
Diffstat (limited to 'libreboot')
-rwxr-xr-xlibreboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/libreboot b/libreboot
index 7bef278d..a8110e2d 100755
--- a/libreboot
+++ b/libreboot
@@ -232,7 +232,7 @@ libreboot_setup_variables() {
if [ -z "$EDITOR" ]
then
- EDITOR="nano"
+ EDITOR="vi"
fi
}