summaryrefslogtreecommitdiff
path: root/scripts/local
diff options
context:
space:
mode:
authorMichael Prokop <mika@debian.org>2010-06-14 12:10:28 +0200
committerMichael Prokop <mika@debian.org>2010-06-14 12:10:28 +0200
commit60afd2a944cf36a5bce6ca3b4c07a422e98efeba (patch)
treed4212689fd78054ba3e65897f846184314696bed /scripts/local
parent2a8c9907b1095015e1d669d3cd895657936f6247 (diff)
downloadinitramfs-tools-60afd2a944cf36a5bce6ca3b4c07a422e98efeba.tar.gz
initramfs-tools-60afd2a944cf36a5bce6ca3b4c07a422e98efeba.zip
code cleanup: drop trailing whitespaces.
Signed-off-by: Michael Prokop <mika@debian.org>
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 cca5e8d..98464f9 100644
--- a/scripts/local
+++ b/scripts/local
@@ -50,7 +50,7 @@ pre_mountroot()
# We've given up, but we'll let the user fix matters if they can
while [ ! -e "${ROOT}" ]; do
# give hint about renamed root
- case "${ROOT}" in
+ case "${ROOT}" in
/dev/hd*)
suffix="${ROOT#/dev/hd}"
major="${suffix%[[:digit:]]}"