summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-04-08 08:33:55 +1000
committerKarolin Seeger <kseeger@samba.org>2013-04-25 12:48:41 +0200
commit03ef3121ae897789c68a216af690e7207d8a32e0 (patch)
tree3edcb15ea9c00ae802cf0fe8df5c61759e0680cf
parent3f8ea16a7be1ac6ba3fe9bf8a3f722f2d3fc6469 (diff)
downloadsamba-03ef3121ae897789c68a216af690e7207d8a32e0.tar.gz
build: Remove extra space in shebang
Reviewed-by: Michael Adam <obnox@samba.org> (cherry picked from commit 45a596fbe9ed2b198956d58784999df780f6dd65)
-rw-r--r--source3/wscript2
-rw-r--r--wscript2
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/wscript b/source3/wscript
index e1672e0e79a..00432c4f71b 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/env python
srcdir=".."
diff --git a/wscript b/wscript
index c8dcccdfddd..c2a8dc51347 100644
--- a/wscript
+++ b/wscript
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/env python
srcdir = '.'
blddir = 'bin'