summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_dist.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-04-07 22:52:28 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-04-07 22:53:39 +0200
commite5bb6d56df9b8816665fd42a04531ef19b30be17 (patch)
treec4e3724ab06feb63e15996dda30f5239678b03b2 /buildtools/wafsamba/samba_dist.py
parent472860c9a7485e37627900cb450dca605051e07a (diff)
downloadsamba-e5bb6d56df9b8816665fd42a04531ef19b30be17.tar.gz
samba-e5bb6d56df9b8816665fd42a04531ef19b30be17.tar.bz2
samba-e5bb6d56df9b8816665fd42a04531ef19b30be17.zip
s4-waf: Fix 'waf dist' app name.
Diffstat (limited to 'buildtools/wafsamba/samba_dist.py')
-rw-r--r--buildtools/wafsamba/samba_dist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/samba_dist.py b/buildtools/wafsamba/samba_dist.py
index e01bebe9ed..68fdf08b80 100644
--- a/buildtools/wafsamba/samba_dist.py
+++ b/buildtools/wafsamba/samba_dist.py
@@ -19,7 +19,7 @@ def add_tarfile(tar, fname, abspath):
def dist(appname='',version=''):
- if not isinstance(appname, str):
+ if not appname:
# this copes with a mismatch in the calling arguments for dist()
appname = Utils.g_module.APPNAME
version = Utils.g_module.VERSION