From 38f3bd6a29e849244f4b172e6a888a0a6b7508d7 Mon Sep 17 00:00:00 2001 From: Martijn Dekker Date: Thu, 21 Mar 2024 19:09:12 +0000 Subject: [PATCH] test revert 2 --- src/lib/libast/comp/conf.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/lib/libast/comp/conf.sh b/src/lib/libast/comp/conf.sh index bfd1ae398906..7e2b4a95381f 100644 --- a/src/lib/libast/comp/conf.sh +++ b/src/lib/libast/comp/conf.sh @@ -331,14 +331,7 @@ CONF_getconf= CONF_getconf_a= IFS=':'; set -f for d in \ - /run/current-system/sw/bin \ - /usr/xpg7/bin \ - /usr/xpg6/bin \ - /usr/xpg4/bin \ - /usr/bin \ - /bin \ - /usr/sbin \ - /sbin \ + $DEFPATH \ $PATH do case $d in /*) ;;