Skip to content

Commit

Permalink
test revert 3
Browse files Browse the repository at this point in the history
  • Loading branch information
McDutchie committed Mar 21, 2024
1 parent 38f3bd6 commit ef0ba55
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/cmd/INIT/mamprobe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@

command=mamprobe

bins=`
(
userPATH=$PATH
PATH=/run/current-system/sw/bin:/usr/xpg7/bin:/usr/xpg6/bin:/usr/xpg4/bin:/bin:/usr/bin:$PATH
getconf PATH 2>/dev/null && echo "$userPATH" || echo /bin:/usr/bin:/sbin:/usr/sbin:"$userPATH"
) | sed 's/:/ /g'
` || exit
bins=$(echo "$DEFPATH:$PATH" | sed 's/:/ /g') || exit

# check the options

Expand Down

0 comments on commit ef0ba55

Please sign in to comment.