base-files: honor CONFIG_TARGET_INIT_PATH
[openwrt/openwrt.git] / package / base-files / files / sbin / hotplug-call
index 260be0b7a4e9e834eda140142361e726d9eb4a30..28e957c3982ae070c7e8729410f45f160ea8b6a4 100755 (executable)
@@ -1,11 +1,11 @@
 #!/bin/sh
-# Copyright (C) 2006-2010 OpenWrt.org
+# Copyright (C) 2006-2016 OpenWrt.org
 
 export HOTPLUG_TYPE="$1"
 
 . /lib/functions.sh
 
-PATH=/bin:/sbin:/usr/bin:/usr/sbin
+PATH="%PATH%"
 LOGNAME=root
 USER=root
 export PATH LOGNAME USER