[PATCH] findsmb: fix the perl shebang
Björn Jacke
bj at sernet.de
Wed Apr 2 06:31:59 MDT 2014
fixes bug 10533
---
source3/script/findsmb.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source3/script/findsmb.in b/source3/script/findsmb.in
index 546cf8c..b63f156 100755
--- a/source3/script/findsmb.in
+++ b/source3/script/findsmb.in
@@ -1,4 +1,4 @@
-#!@PERL@
+#!/usr/bin/env perl
#
# Prints info on all smb responding machines on a subnet.
# This script needs to be run on a machine without nmbd running and be
--
1.9.1
More information about the samba-technical
mailing list