diff options
Diffstat (limited to 'SConstruct')
-rwxr-xr-x | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index ce53a51c0..6010f3a57 100755 --- a/SConstruct +++ b/SConstruct @@ -399,6 +399,7 @@ def install_git_style_hooks(): if not git_hooks.exists(): mkdir(git_hooks.get_abspath()) + git_hooks.clear() abs_symlink_hooks = git_hooks.islink() and \ os.path.isabs(os.readlink(git_hooks.get_abspath())) |