From 619a202720ab4edaee939b35d28fcd81abd411d1 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 2 Aug 2005 14:56:30 +0000 Subject: [PATCH] setup fix --- commands/scripts/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/scripts/setup.sh b/commands/scripts/setup.sh index e5b78ff9e..14a5d9f06 100755 --- a/commands/scripts/setup.sh +++ b/commands/scripts/setup.sh @@ -87,7 +87,7 @@ Keyboard type? [us-std] "; read keymap test -n "$keymap" && loadkeys "/usr/lib/keymaps/$keymap.map" ok="" -while [ $ok = "" ] +while [ "$ok" = "" ] do echo -n "Welcome to Minix partitioning. Do you want to follow the (A)utomatic or the e(X)pert mode? Expert mode drops -- 2.44.0