summaryrefslogtreecommitdiffstats
path: root/smgl/init.d/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'smgl/init.d/BUILD')
-rwxr-xr-xsmgl/init.d/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/smgl/init.d/BUILD b/smgl/init.d/BUILD
index e979159b0c..2627d29ee7 100755
--- a/smgl/init.d/BUILD
+++ b/smgl/init.d/BUILD
@@ -31,6 +31,6 @@ check_static_dev () {
rmdir /tmp/$$.bindmount
}
-if [[ "$DEVICES" != "devfs" ]] && [[ "$CREATE_DEV_TREE" == y ]]; then
+if [[ "$CREATE_DEV_TREE" == y ]]; then
check_static_dev
fi