summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-08-01 19:24:06 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-08-01 19:24:06 +0200
commitd9ac3df69b746cfa99aea8b450c8bbaa203e700b (patch)
tree733cb6d381abe1951b959e484724c5aedf0f5c25 /src
parentc28ba0b578cb72bd6606dd5afb465dd25f3be1be (diff)
debugging fix: use variable after it is set
Diffstat (limited to 'src')
-rw-r--r--src/core/libs/lib-blockdevices-filesystems.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/libs/lib-blockdevices-filesystems.sh b/src/core/libs/lib-blockdevices-filesystems.sh
index e8f358c..8d038a6 100644
--- a/src/core/libs/lib-blockdevices-filesystems.sh
+++ b/src/core/libs/lib-blockdevices-filesystems.sh
@@ -120,8 +120,8 @@ get_anchestors_mount () {
get_anchestors_mount "$recognizer" && buffer="$buffer
$ANSWER_DEVICES"
fi
- debug 'FS' "Found anchestors: $ANSWER_DEVICES"
ANSWER_DEVICES=$buffer
+ debug 'FS' "Found anchestors: $ANSWER_DEVICES"
[ -n "$ANSWER_DEVICES" ]
}