summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-fs/udev/files/udev-start-107.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/udev/files/udev-start-107.sh b/sys-fs/udev/files/udev-start-107.sh
index 87094cf0d444..e1964de3c7a2 100644
--- a/sys-fs/udev/files/udev-start-107.sh
+++ b/sys-fs/udev/files/udev-start-107.sh
@@ -15,7 +15,7 @@ populate_udev() {
if [ $(get_KV) -gt $(KV_to_int '2.6.14') ] ; then
ebegin "Populating /dev with existing devices through uevents"
local opts=
- [ ${RC_COLDPLUG} != "yes" ] && opts="--attr-match=dev"
+ [ "${RC_COLDPLUG}" != "yes" ] && opts="--attr-match=dev"
/sbin/udevtrigger ${opts}
eend $?
else