From 1d78193e48984b716b36c2d240ec298312dd61f6 Mon Sep 17 00:00:00 2001 From: "John R. Dennison" Date: Thu, 15 Apr 2021 04:23:07 +0000 Subject: [PATCH] Change shebang to /usr/bin/env --- bot.v3.1.2.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.v3.1.2.pl b/bot.v3.1.2.pl index 11d0bb1..63936ce 100644 --- a/bot.v3.1.2.pl +++ b/bot.v3.1.2.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/env perl # irpg bot v3.1.2 by jotun, jotun@idlerpg.net, et al. See http://idlerpg.net/ # # Some code within this file was written by authors other than myself. As such,