Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
McDutchie committed Mar 21, 2024
1 parent 9c0d93d commit 54c1adb
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions src/lib/libast/comp/conf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -333,16 +333,15 @@ IFS=':'; set -f
echo "[DEBUG conf.sh] DEFPATH=$DEFPATH" >&2

for d in \
$DEFPATH $PATH
# /run/current-system/sw/bin \
# /usr/xpg7/bin \
# /usr/xpg6/bin \
# /usr/xpg4/bin \
# /usr/bin \
# /bin \
# /usr/sbin \
# /sbin \
# $PATH
/run/current-system/sw/bin \
/usr/xpg7/bin \
/usr/xpg6/bin \
/usr/xpg4/bin \
/usr/bin \
/bin \
/usr/sbin \
/sbin \
$PATH
do
echo "[DEBUG] conf.sh] trying $d/getconf" >&2
case $d in
Expand Down

0 comments on commit 54c1adb

Please sign in to comment.