commit 8be5414a34b2fa4f5e39b7476c7f9659b05d778c Author: Tomás Touceda chiiph@torproject.org Date: Sun May 20 19:59:07 2012 -0300
Separate -profile from the actual path --- tbb/tbb.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tbb/tbb.js b/tbb/tbb.js index c034fdb..d23f77c 100644 --- a/tbb/tbb.js +++ b/tbb/tbb.js @@ -250,7 +250,7 @@ var tbb = { /* Build the command line arguments */ /* Is this better or worse than MOZ_NO_REMOTE? */ var commandLine = "-no-remote "; - commandLine += "-profile"; + commandLine += "-profile "; commandLine += """ + profileDir + """;
/* Launch the browser */
tor-commits@lists.torproject.org