Skip to content

Commit

Permalink
guix: Print echo ls -l ${NATIVE_GCC}
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Sep 30, 2024
1 parent 21dac9b commit ad28c79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/guix/libexec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ store_path() {
NATIVE_GCC="$(store_path gcc-toolchain)"

echo NATIVE_GCC=${NATIVE_GCC}
echo ls -l ${NATIVE_GCC}
echo ================================================================
which -a c++
ls -l $(which c++)
Expand Down

0 comments on commit ad28c79

Please sign in to comment.