From 35cac1cb36331faeb729212651f9efdfc0ae9785 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 2 Aug 2006 21:19:56 +0000 Subject: Make the output file name a little more descriptive. svn path=/trunk/; revision=18828 --- tools/randpkt-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/randpkt-test.sh') diff --git a/tools/randpkt-test.sh b/tools/randpkt-test.sh index c263848d1c..9761043fd0 100755 --- a/tools/randpkt-test.sh +++ b/tools/randpkt-test.sh @@ -14,7 +14,7 @@ RANDPKT=./randpkt # This needs to point to a 'date' that supports %s. DATE=/bin/date -BASE_NAME=rand-`$DATE +%Y-%m-%d`-$$ +BASE_NAME=randpkt-`$DATE +%Y-%m-%d`-$$ # Temporary file directory and names. # (had problems with this on cygwin, tried TMP_DIR=./ which worked) -- cgit v1.2.3