diff options
author | coypu <coypu@sdf.org> | 2016-02-09 18:09:36 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-02-25 13:51:25 +0000 |
commit | 48aae2225fa1f3d252619e764416126b0ba78127 (patch) | |
tree | 8916ae3d4903ad71b702e994a76d9e745b5fbd48 /sd/res | |
parent | 61648cb37ec499f317fe6336146bb3e722579363 (diff) |
Avoid hard-coded perl path, check with env
Change-Id: If39a4991b487b14d21572d6e3d785df4c287f190
Reviewed-on: https://gerrit.libreoffice.org/22238
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sd/res')
-rw-r--r-- | sd/res/webview/webcast.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/res/webview/webcast.pl b/sd/res/webview/webcast.pl index dadffe2e988a..37c80e5a1f89 100644 --- a/sd/res/webview/webcast.pl +++ b/sd/res/webview/webcast.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # This file is part of the LibreOffice project. # |