Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r1021 committed - Fix issue with ./conf/create-html.sh create empty tcpbw100.html

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r1021 committed - Fix issue with ./conf/create-html.sh create empty tcpbw100.html


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r1021 committed - Fix issue with ./conf/create-html.sh create empty tcpbw100.html
  • Date: Fri, 14 Mar 2014 11:28:25 +0000

Revision: 1021
Author:

Date: Fri Mar 14 11:28:13 2014 UTC
Log: Fix issue with ./conf/create-html.sh create empty tcpbw100.html
http://code.google.com/p/ndt/source/detail?r=1021

Modified:
/branches/Issue135/conf/create-html.sh

=======================================
--- /branches/Issue135/conf/create-html.sh Thu Feb 13 06:22:16 2014 UTC
+++ /branches/Issue135/conf/create-html.sh Fri Mar 14 11:28:13 2014 UTC
@@ -73,7 +73,7 @@


if test -f tcpbw100.template ; then
- TEMPLATE_FLASH=../tcpbw100.template
+ TEMPLATE_FLASH=tcpbw100.template
elif test -f ../tcpbw100.template ; then
TEMPLATE_FLASH=../tcpbw100.template
fi


  • [ndt-dev] [ndt] r1021 committed - Fix issue with ./conf/create-html.sh create empty tcpbw100.html, ndt, 03/14/2014

Archive powered by MHonArc 2.6.16.

Top of Page