diff options
author | Gerald Carter <jerry@samba.org> | 2003-02-10 17:30:20 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-02-10 17:30:20 +0000 |
commit | a9f1ec0d6b1f8f98a75be5082dcd4dcd573564ee (patch) | |
tree | 9fa9141c1a59d745ff9e1eceb8246394608a4ac9 /source3/script/findsmb.in | |
parent | 0ad56b68a228ad289c54cc36a3f2b45980076cfc (diff) | |
download | samba-a9f1ec0d6b1f8f98a75be5082dcd4dcd573564ee.tar.gz samba-a9f1ec0d6b1f8f98a75be5082dcd4dcd573564ee.tar.bz2 samba-a9f1ec0d6b1f8f98a75be5082dcd4dcd573564ee.zip |
autogen - cope with autoconf-2.53/2.13 systems (like RH 7.3)
findsmb - use @PERL@
(This used to be commit 15853857299c0de37b9cb736bb99928526924608)
Diffstat (limited to 'source3/script/findsmb.in')
-rwxr-xr-x | source3/script/findsmb.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/findsmb.in b/source3/script/findsmb.in index 42c1dd706c..6276bd3f39 100755 --- a/source3/script/findsmb.in +++ b/source3/script/findsmb.in @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!@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 |