From b01b1faafe32fbb88739ae8aaaf9f2fe5e1dcdcf Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 3 Nov 2011 20:55:08 +0100 Subject: [PATCH] examples: Fix perl path. Fix bug #8176 (wall.perl example uses /usr/loca/bin for pat to perl binary). (cherry picked from commit 2bec3bd80fc16699dfe8cc6aa3afd97881b8bfe9) --- examples/misc/wall.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/misc/wall.perl b/examples/misc/wall.perl index 9303658ce14..72d6e8944dd 100644 --- a/examples/misc/wall.perl +++ b/examples/misc/wall.perl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # #@(#) smb-wall.pl Description: #@(#) A perl script which allows you to announce whatever you choose to -- 2.47.3