diff options
Diffstat (limited to 'source4/smb_server')
-rw-r--r-- | source4/smb_server/smb/wscript_build | 2 | ||||
-rw-r--r-- | source4/smb_server/smb2/wscript_build | 2 | ||||
-rw-r--r-- | source4/smb_server/wscript_build | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/source4/smb_server/smb/wscript_build b/source4/smb_server/smb/wscript_build index 522fc856bc..fc806266f3 100644 --- a/source4/smb_server/smb/wscript_build +++ b/source4/smb_server/smb/wscript_build @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # AUTOGENERATED by mktowscript.pl from ../../source4/smb_server/smb/config.mk # Please remove this notice if hand editing diff --git a/source4/smb_server/smb2/wscript_build b/source4/smb_server/smb2/wscript_build index 698bc9c52d..5d662bfb46 100644 --- a/source4/smb_server/smb2/wscript_build +++ b/source4/smb_server/smb2/wscript_build @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # AUTOGENERATED by mktowscript.pl from ../../source4/smb_server/smb2/config.mk # Please remove this notice if hand editing diff --git a/source4/smb_server/wscript_build b/source4/smb_server/wscript_build index 689ff94f20..ca1739accb 100644 --- a/source4/smb_server/wscript_build +++ b/source4/smb_server/wscript_build @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # AUTOGENERATED by mktowscript.pl from ../../source4/smb_server/config.mk # Please remove this notice if hand editing |