diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-08-19 18:22:11 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-08-19 18:29:26 +0200 |
commit | 61b9ae1a0960890bb8d65d30ef9af5dbd6aeea14 (patch) | |
tree | b6ee3ec392e9cc2e3f3500de8dd8db60fc250779 | |
parent | 1a9b8ca5bc4d72ec6ae1e21a9684edf10df194c3 (diff) | |
download | mkinitcpio-61b9ae1a0960890bb8d65d30ef9af5dbd6aeea14.tar.gz mkinitcpio-61b9ae1a0960890bb8d65d30ef9af5dbd6aeea14.tar.xz |
init: avoid needlessly trimming PATH
busybox gives us something sane which doesn't need setting, or
resetting.
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
-rw-r--r-- | init | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,5 +1,4 @@ #!/usr/bin/ash -PATH=/usr/bin udevd_running=0 if [ -x /usr/bin/systemd-timestamp ]; then |