summaryrefslogtreecommitdiff
path: root/scripts/local
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/local')
-rw-r--r--scripts/local2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/local b/scripts/local
index 55d4c46..b55212e 100644
--- a/scripts/local
+++ b/scripts/local
@@ -101,7 +101,7 @@ mountroot ()
run_scripts /scripts/local-premount
[ "$quiet" != "y" ] && log_end_msg
- if [ ${readonly} = y ]; then
+ if [ "${readonly}" = "y" ]; then
roflag=-r
else
roflag=-w