1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r14802: Fix typo.

(This used to be commit 757805f020)
This commit is contained in:
Tim Potter 2006-03-30 05:36:09 +00:00 committed by Gerald (Jerry) Carter
parent ea5a312938
commit 4a1055dfda

View File

@ -12,7 +12,7 @@ incdir=`dirname $0`
failed=0
export PYTHONPATH=scripting/swig:$PYTHONPATh
export PYTHONPATH=scripting/swig:$PYTHONPATH
scripting/swig/torture/torture_tdb.py || failed=`expr $failed + 1`