ci: Update

This commit is contained in:
Anmol Sethi 2022-12-06 05:17:17 -08:00
parent 861aabff70
commit b5d863ae02
No known key found for this signature in database
GPG key ID: 25BC68888A99A8BA
3 changed files with 3 additions and 3 deletions

View file

@ -65,7 +65,7 @@ temp_exittrap() {
temppath() {
ensure_tmpdir
while true; do
temppath=$_TMPDIR/$(</dev/urandom head -c8 | base32)
temppath=$_TMPDIR/$(</dev/urandom od -N8 -tx -An -v | tr -d '[:space:]')
if [ ! -e "$temppath" ]; then
echo "$temppath"
return

2
ci/sub

@ -1 +1 @@
Subproject commit 7a098b36a1bb9a5b894c596a6cccd029b6f3359d
Subproject commit 938186155d9b05f324f844b894545fe4f77ebd99

View file

@ -70,7 +70,7 @@ temp_exittrap() {
temppath() {
ensure_tmpdir
while true; do
temppath=$_TMPDIR/$(</dev/urandom head -c8 | base32)
temppath=$_TMPDIR/$(</dev/urandom od -N8 -tx -An -v | tr -d '[:space:]')
if [ ! -e "$temppath" ]; then
echo "$temppath"
return