changeset 27495:58eb1c5bba58

contrib: add execute bit for fixpax.py
author timeless <timeless@mozdev.org>
date Tue, 22 Dec 2015 07:58:44 +0000
parents cc87d2c01ea5
children f22cd17a22e7
files contrib/fixpax.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/fixpax.py	Tue Dec 22 07:58:21 2015 +0000
+++ b/contrib/fixpax.py	Tue Dec 22 07:58:44 2015 +0000
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 # fixpax - fix ownership in bdist_mpkg output
 #
 # Copyright 2015 Matt Mackall <mpm@selenic.com>