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 e7bf23e..299fc65 100644
--- a/scripts/local
+++ b/scripts/local
@@ -48,7 +48,7 @@ mountroot ()
# Get the root filesystem type if not set
if [ -z "${ROOTFSTYPE}" ]; then
eval $(fstype < ${ROOT})
- else
+ else
FSTYPE=${ROOTFSTYPE}
fi