projects
/
p2p-testing-infrastructure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
988855b
)
Deactivated debug in client_script_mappings
author
George Milescu
<george.milescu@gmail.com>
Fri, 6 Aug 2010 23:14:01 +0000
(
01:14
+0200)
committer
George Milescu
<george.milescu@gmail.com>
Fri, 6 Aug 2010 23:14:01 +0000
(
01:14
+0200)
Signed-off-by: George Milescu <george.milescu@gmail.com>
ConfigFiles/client_script_mappings
patch
|
blob
|
history
diff --git
a/ConfigFiles/client_script_mappings
b/ConfigFiles/client_script_mappings
index
64367cd
..
f7a1b2f
100644
(file)
--- a/
ConfigFiles/client_script_mappings
+++ b/
ConfigFiles/client_script_mappings
@@
-7,7
+7,7
@@
DEBUG()
{
- test ${_DEBUG} = "o
n
" && $@
+ test ${_DEBUG} = "o
ff
" && $@
}
start_client()