From 89393d93b0d58504b65a423cc442bee4d7051298 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 10 Feb 2003 17:31:25 +0000 Subject: autogen - cope with autoconf-2.53/2.13 systems (like RH 7.3) findsmb - use @PERL@ (This used to be commit f869db787b555dc99e30d82493666c8a388f8f81) --- source3/script/findsmb.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/script/findsmb.in') 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 -- cgit