From 0281a9e17e69fd080175ebc28e68e6c1e7e37152 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Sun, 10 Mar 2019 00:57:54 +0100 Subject: [PATCH] typo --- files/etc/profile.d/busybox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2