ci: Update
This commit is contained in:
parent
861aabff70
commit
b5d863ae02
3 changed files with 3 additions and 3 deletions
|
|
@ -65,7 +65,7 @@ temp_exittrap() {
|
||||||
temppath() {
|
temppath() {
|
||||||
ensure_tmpdir
|
ensure_tmpdir
|
||||||
while true; do
|
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
|
if [ ! -e "$temppath" ]; then
|
||||||
echo "$temppath"
|
echo "$temppath"
|
||||||
return
|
return
|
||||||
|
|
|
||||||
2
ci/sub
2
ci/sub
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7a098b36a1bb9a5b894c596a6cccd029b6f3359d
|
Subproject commit 938186155d9b05f324f844b894545fe4f77ebd99
|
||||||
|
|
@ -70,7 +70,7 @@ temp_exittrap() {
|
||||||
temppath() {
|
temppath() {
|
||||||
ensure_tmpdir
|
ensure_tmpdir
|
||||||
while true; do
|
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
|
if [ ! -e "$temppath" ]; then
|
||||||
echo "$temppath"
|
echo "$temppath"
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue