aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-07-03 14:33:44 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-07-03 14:33:44 +1200
commit694e3e4f6de5b6759c0bca0a50f653844e92c821 (patch)
tree5640f96330cbfae184e5ef0056605afbdbe9c2ef /bin
parentWork around mawk's srand() behaviour (diff)
downloaddotfiles-694e3e4f6de5b6759c0bca0a50f653844e92c821.tar.gz
dotfiles-694e3e4f6de5b6759c0bca0a50f653844e92c821.zip
Remove unused var from mktd(1df)
Diffstat (limited to 'bin')
-rw-r--r--bin/mktd.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/mktd.sh b/bin/mktd.sh
index f2a0275e..89cdc7c3 100644
--- a/bin/mktd.sh
+++ b/bin/mktd.sh
@@ -1,8 +1,5 @@
# Try to make a random temp directory
-# Get a random seed from rnds(1df); if it's empty, that's still workable
-seed=$(rnds)
-
# Build the intended directory name, with the last element a random integer
# from 1..2^31
dn=${TMPDIR:-/tmp}/${1:-mktd}.$$.$(rndi 1 2147483648)