summaryrefslogtreecommitdiff
path: root/.github/workflows/gtar
blob: 11a13e636e29bb20c13115461aad975bd0bc60df (plain)
1
2
3
4
#!/bin/sh

# Call the original gtar executable with sudo for macports cache restoration to root folder
exec sudo /opt/homebrew/bin/gtar.orig "$@"