1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

build: Run distcheck in the correct directory

This is a leftover from the move to the top level build.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett 2012-07-03 11:57:22 +10:00
parent abda9d3347
commit ec3d1f09fa

View File

@ -247,7 +247,7 @@ def distcheck():
samba_version.load_version(env=None) samba_version.load_version(env=None)
import Scripting import Scripting
d = Scripting.distcheck d = Scripting.distcheck
d(subdir='source4') d()
def wildcard_cmd(cmd): def wildcard_cmd(cmd):
'''called on a unknown command''' '''called on a unknown command'''