diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-04-08 08:33:55 +1000 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-04-10 00:13:45 +0200 |
commit | 45a596fbe9ed2b198956d58784999df780f6dd65 (patch) | |
tree | 6f196892e533a5a214af2fe222696ed0d4aa8d12 | |
parent | 58e3c5323e343dcab1c528c6b6a44925b76cb297 (diff) | |
download | samba-45a596fbe9ed2b198956d58784999df780f6dd65.tar.gz samba-45a596fbe9ed2b198956d58784999df780f6dd65.tar.bz2 samba-45a596fbe9ed2b198956d58784999df780f6dd65.zip |
build: Remove extra space in shebang
Reviewed-by: Michael Adam <obnox@samba.org>
-rw-r--r-- | source3/wscript | 2 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/wscript b/source3/wscript index 568f73664f..d687dae7b4 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python srcdir=".." @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python srcdir = '.' blddir = 'bin' |