aboutsummaryrefslogtreecommitdiffstats
path: root/tools/randpkt-test.sh
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-02 21:19:56 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-02 21:19:56 +0000
commit93b5b2b101624a4b3cd450d48f5bfa63d1404e05 (patch)
tree6d6cb4e811965de0bc965a4c493001ef6e316b83 /tools/randpkt-test.sh
parent948e4cdea881190839fc4a5658a92fb234ae8f49 (diff)
Make the output file name a little more descriptive.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18828 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tools/randpkt-test.sh')
-rwxr-xr-xtools/randpkt-test.sh2
1 files changed, 1 insertions, 1 deletions
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)