From d65f6ba081817772ccce79d31fcdea38da2037ec Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Mon, 12 Jul 2021 16:27:21 +0300 Subject: Make logerrit more portable Change-Id: I4b63de105abc292dcbb461a9a6dd846523e51eb5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118779 Tested-by: Ilmari Lauhakangas Reviewed-by: Ilmari Lauhakangas --- logerrit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'logerrit') diff --git a/logerrit b/logerrit index 9c5999aa890b..630d5f4113e5 100755 --- a/logerrit +++ b/logerrit @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #GERRITHOST=gerrit.libreoffice.org GERRITHOST=logerrit -- cgit