summaryrefslogtreecommitdiff
path: root/bin/find-undocumented-classes
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2021-08-20 11:10:30 +0300
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2021-08-20 12:32:22 +0200
commitac586d1caecaa5be4bce05b073ce4c7bda10f13e (patch)
tree0f8edfa7e9bf7ad5c5be49cd168c20dc9e16d1a1 /bin/find-undocumented-classes
parent080e4550257a90597c241f83fd766b99c83ba6e8 (diff)
Make some scripts more portable
Change-Id: Ia89059eea51ca396a7c74143625ac9a6706de198 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120773 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'bin/find-undocumented-classes')
-rwxr-xr-xbin/find-undocumented-classes2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/find-undocumented-classes b/bin/find-undocumented-classes
index 8bab72bc977c..3476596c0039 100755
--- a/bin/find-undocumented-classes
+++ b/bin/find-undocumented-classes
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# finds undocumented classes in the current directory (recursive)