From 48aae2225fa1f3d252619e764416126b0ba78127 Mon Sep 17 00:00:00 2001 From: coypu Date: Tue, 9 Feb 2016 18:09:36 +0200 Subject: Avoid hard-coded perl path, check with env Change-Id: If39a4991b487b14d21572d6e3d785df4c287f190 Reviewed-on: https://gerrit.libreoffice.org/22238 Tested-by: Jenkins Reviewed-by: Michael Stahl --- solenv/bin/fix-includes.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solenv') diff --git a/solenv/bin/fix-includes.pl b/solenv/bin/fix-includes.pl index 2b3553f63b8a..6daae9ef3d52 100755 --- a/solenv/bin/fix-includes.pl +++ b/solenv/bin/fix-includes.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public -- cgit