mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
wafsamba: Fix parsing of IS_GIT_VERSION.
This commit is contained in:
parent
cd7335abd3
commit
e4d7bc24d1
@ -27,9 +27,9 @@ also accepted as dictionary entries here
|
||||
else:
|
||||
setattr(self, a, b)
|
||||
|
||||
if self.IS_GIT_SNAPSHOT is "yes":
|
||||
if self.IS_GIT_SNAPSHOT == "yes":
|
||||
self.IS_GIT_SNAPSHOT=True
|
||||
elif self.IS_GIT_SNAPSHOT is "no":
|
||||
elif self.IS_GIT_SNAPSHOT == "no":
|
||||
self.IS_GIT_SNAPSHOT=False
|
||||
|
||||
##
|
||||
|
Loading…
x
Reference in New Issue
Block a user