From 3da70f35605eb1693523a3aed3a50eca44f489c8 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sat, 2 Dec 2017 05:28:02 +0000 Subject: [PATCH] etc/profile --- etc/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile b/etc/profile index 11314509..76c82f6c 100755 --- a/etc/profile +++ b/etc/profile @@ -54,7 +54,7 @@ else # Alpine, busybox, ... # We guess by looking for file !! tmp=$PWD - for i in /*/*/etc/profile.d/functions /*/*/*/etc/profile.d/functions; do + for i in /*/*/etc/profile.d/nb.sh /*/*/*/etc/profile.d/nb.sh; do cd "$(dirname "$i")"/.. 1>/dev/null 2>&1 || continue -- 2.47.3