aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/mdev.c')
-rw-r--r--util-linux/mdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mdev.c b/util-linux/mdev.c
index b292e14b7..f43393692 100644
--- a/util-linux/mdev.c
+++ b/util-linux/mdev.c
@@ -250,7 +250,7 @@ int mdev_main(int argc, char *argv[])
250 } else { 250 } else {
251 action = getenv("ACTION"); 251 action = getenv("ACTION");
252 env_path = getenv("DEVPATH"); 252 env_path = getenv("DEVPATH");
253 if (!action || !env_path) 253 if (!action || !env_path)
254 bb_show_usage(); 254 bb_show_usage();
255 255
256 sprintf(temp, "/sys%s", env_path); 256 sprintf(temp, "/sys%s", env_path);