Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
juur committed Nov 11, 2023
1 parent 865b4d7 commit f347306
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ echo "command:"
command -v "${CC}"
echo "env:"
echo "env -i command -v ls"
which sh
ls -l $(which sh)
sh --version
env -i command -v ls
echo "rest:"
if env -i "PATH=$PATH" command -v "${CC}"; then
Expand Down

0 comments on commit f347306

Please sign in to comment.