From: Paul Hänsch Date: Sat, 9 Mar 2019 23:57:54 +0000 (+0100) Subject: typo X-Git-Url: http://git.plutz.net/?p=rpi_small;a=commitdiff_plain;h=0281a9e17e69fd080175ebc28e68e6c1e7e37152 typo --- diff --git a/files/etc/profile.d/busybox.sh b/files/etc/profile.d/busybox.sh index eb86f2b..503dcd4 100644 --- a/files/etc/profile.d/busybox.sh +++ b/files/etc/profile.d/busybox.sh @@ -1,3 +1,3 @@ #!/bin/sh -PATH="${PATH:/opt/busybox}" +PATH="${PATH}:/opt/busybox"