Skip to content

Commit

Permalink
Dealing with X's
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Feb 25, 2024
1 parent aeb3369 commit 86d81c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/scripts/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86d81c9

Please sign in to comment.