From 7f64a59cdfe684482f49f0db633847b50710c395 Mon Sep 17 00:00:00 2001 From: Slaven Rezic Date: Tue, 16 May 2017 13:16:09 +0200 Subject: [PATCH] bin/fatpack: fix shebang (RT #121701) --- bin/fatpack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/fatpack b/bin/fatpack index 1dfc7d8..b9aa5a1 100755 --- a/bin/fatpack +++ b/bin/fatpack @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use App::FatPacker -run_script; -- 1.7.9.5