Skip to content

Commit

Permalink
debug more
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Dec 16, 2024
1 parent 220f930 commit 1dbe722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opengl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e

packages_file=$(spack location -r)/spack/etc/spack/packages.yaml
echo "Packages file: $packages_file"
stat "$packages_file"
stat "$packages_file" || true
mkdir -p $(dirname "$packages_file")

if ! command -v sudo &> /dev/null
Expand Down

0 comments on commit 1dbe722

Please sign in to comment.