projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
package/kernel: allow to build RTC modules for 3.x
[openwrt.git]
/
package
/
block-mount
/
files
/
block.sh
diff --git
a/package/block-mount/files/block.sh
b/package/block-mount/files/block.sh
index
80f74b2
..
ac8ca3b
100644
(file)
--- a/
package/block-mount/files/block.sh
+++ b/
package/block-mount/files/block.sh
@@
-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"
}
This page took
0.018619 seconds
and
4
git commands to generate.