Make the output file name a little more descriptive.

svn path=/trunk/; revision=18828
This commit is contained in:
Gerald Combs 2006-08-02 21:19:56 +00:00
parent fbb3dc9bd0
commit 35cac1cb36
1 changed files with 1 additions and 1 deletions

View File

@ -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)