From 694e3e4f6de5b6759c0bca0a50f653844e92c821 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 3 Jul 2017 14:33:44 +1200 Subject: Remove unused var from mktd(1df) --- bin/mktd.sh | 3 --- 1 file changed, 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) -- cgit v1.2.3