1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:11:59 +03:00

[package] block-mount: add missing chunk of previous commit

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31050 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2012-03-21 02:29:47 +00:00
parent f41a38927e
commit b83d565146

View File

@ -157,7 +157,7 @@ libmount_find_token() {
local token="$1"
local value="$2"
local device
device="$(blkid | grep "$token=\"$value\"" | cut -f1 -d:)"
device="$(blkid -w /dev/null -c /dev/null | grep "$token=\"$value\"" | cut -f1 -d:)"
echo "$device"
}