summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2014-12-15 21:14:44 +1100
committerMichael Adam <obnox@samba.org>2014-12-15 13:53:08 +0100
commit641bb5eab344fe85fb93898d5a8bc08d35e11fdc (patch)
tree56f627678373d3cde62f2d8ea26e8767e0e9456d
parentdaff0f5d709eca621a7f319c892ecaba7b03e5c2 (diff)
downloadsamba-641bb5eab344fe85fb93898d5a8bc08d35e11fdc.tar.gz
samba-641bb5eab344fe85fb93898d5a8bc08d35e11fdc.tar.xz
samba-641bb5eab344fe85fb93898d5a8bc08d35e11fdc.zip
ctdb-build: Fix the indentation
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
-rwxr-xr-xctdb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/wscript b/ctdb/wscript
index f346f97e57..865cb3a61c 100755
--- a/ctdb/wscript
+++ b/ctdb/wscript
@@ -454,7 +454,7 @@ def build(bld):
continue
mode = os.lstat(fl).st_mode & 0777
if arg['trim_path']:
- fl = samba_utils.os_path_relpath(fl, arg['trim_path'])
+ fl = samba_utils.os_path_relpath(fl, arg['trim_path'])
arg['file_list'].append([fl, mode])
def SUBDIR_MODE(path, trim_path=None):