[or-cvs] r18647: {torvm} yes != true. (torvm/trunk/build/win32/files)
coderman at seul.org
coderman at seul.org
Thu Feb 19 08:21:00 UTC 2009
Author: coderman
Date: 2009-02-19 03:20:59 -0500 (Thu, 19 Feb 2009)
New Revision: 18647
Modified:
torvm/trunk/build/win32/files/buildall.sh
Log:
yes != true.
Modified: torvm/trunk/build/win32/files/buildall.sh
===================================================================
--- torvm/trunk/build/win32/files/buildall.sh 2009-02-19 08:17:59 UTC (rev 18646)
+++ torvm/trunk/build/win32/files/buildall.sh 2009-02-19 08:20:59 UTC (rev 18647)
@@ -62,7 +62,7 @@
export bundledir=$broot/Bundle
if [[ "$SEVNZIP_INST" == "" ]]; then
- export SEVNZIP_INST=yes
+ export SEVNZIP_INST=true
fi
if [[ "$SEVNZIP_INST_DIR" == "" ]]; then
SEVNZIP_INST_DIR=
More information about the tor-commits
mailing list