aboutsummaryrefslogtreecommitdiffstats
path: root/run_nldev
diff options
context:
space:
mode:
Diffstat (limited to 'run_nldev')
-rwxr-xr-xrun_nldev4
1 files changed, 2 insertions, 2 deletions
diff --git a/run_nldev b/run_nldev
index 87d820f..b8161bd 100755
--- a/run_nldev
+++ b/run_nldev
@@ -1,8 +1,8 @@
-#!/bin/sh
+#!/bin/busybox ash
if [ -e /proc/self/fd ];
then
- mkdir -p /dev/fd
+ rm -f /dev/fd 2>/dev/null
ln -s /proc/self/fd /dev/fd
fi