From d5732e6a742f2394f86f6b91d8f1eaf844f985a3 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Fri, 30 Jun 2017 15:25:52 +0200 Subject: [PATCH] allow perl to not be /usr/bin/perl --- src/filters/rclimg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filters/rclimg b/src/filters/rclimg index 7ad11452..645966e1 100755 --- a/src/filters/rclimg +++ b/src/filters/rclimg @@ -1,4 +1,4 @@ -#! /usr/bin/perl -w +#!/usr/bin/env perl -w # @(#$Id: rclimg,v 1.5 2008-10-09 06:41:21 dockes Exp $ (C) 2007 Cedric Scott ####################################################### # This program is free software; you can redistribute it and/or modify