svn commit: samba r14802 - in branches/SAMBA_4_0/source/script/tests: .

tpot at samba.org tpot at samba.org
Thu Mar 30 05:36:09 GMT 2006


Author: tpot
Date: 2006-03-30 05:36:09 +0000 (Thu, 30 Mar 2006)
New Revision: 14802

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14802

Log:
Fix typo.

Modified:
   branches/SAMBA_4_0/source/script/tests/test_swig.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_swig.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_swig.sh	2006-03-30 05:24:37 UTC (rev 14801)
+++ branches/SAMBA_4_0/source/script/tests/test_swig.sh	2006-03-30 05:36:09 UTC (rev 14802)
@@ -12,7 +12,7 @@
 
 failed=0
 
-export PYTHONPATH=scripting/swig:$PYTHONPATh
+export PYTHONPATH=scripting/swig:$PYTHONPATH
 
 scripting/swig/torture/torture_tdb.py || failed=`expr $failed + 1`
 



More information about the samba-cvs mailing list