2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-25 00:07:12 -07:00

Dealing with X's

This commit is contained in:
Geert Bevin 2024-02-25 08:43:23 -05:00
parent aeb3369fe0
commit 86d81c9c51
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
version=$(curl -Ls -o /dev/null -w "%{url_effective}" https://github.com/rife2/bld/releases/latest)
version=${version##*/}
filepath=$(mktemp -u -t "bld-$version.jar")
filepath=$(mktemp -u -t "bld-$version-XXXXXX.jar")
echo "Downloading bld v$version..."
echo

View file

@ -2,7 +2,7 @@
version=$(curl -Ls -o /dev/null -w "%{url_effective}" https://github.com/rife2/bld/releases/latest)
version=${version##*/}
filepath=$(mktemp -u -t "bld-$version.jar")
filepath=$(mktemp -u -t "bld-$version-XXXXXX.jar")
echo "Downloading bld v$version..."
echo