Skip to content

Commit 5a6a80c

Browse files
author
Your Name
committed
SuperSandro2000: added mktemp
1 parent d5fec97 commit 5a6a80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/adapters/oeis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# oeis <val_a, val_b, val_c, ...>
1010
oeis() (
1111
local URL='https://oeis.org/search?q='
12-
local TMP=/tmp/oeis_${RANDOM}
12+
local TMP=$(mktemp -d oeis.XXXXXXX)
1313
local DOC=${TMP}/doc.html
1414
local MAX_TERMS_LONG=30
1515
local MAX_TERMS_SHORT=10

0 commit comments

Comments
 (0)