| ... | @@ -13,4 +13,4 @@ wget -nv "https://ziglang.org/deps/$TARBALL" | ... | @@ -13,4 +13,4 @@ wget -nv "https://ziglang.org/deps/$TARBALL" |
| 13 | # If the first extraction fails, re-try it once; this can happen if the tarball | 13 | # If the first extraction fails, re-try it once; this can happen if the tarball |
| 14 | # contains symlinks that are in the table of contents before the files that | 14 | # contains symlinks that are in the table of contents before the files that |
| 15 | # they point to. | 15 | # they point to. |
| 16 | tar -xf $TARBALL || tar -xf --overwrite $TARBALL | 16 | tar -xf $TARBALL || tar --overwrite -xf $TARBALL |