From 628aa71d566f049d9e4ec0814d9541fb9a44f93a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Hohwiller?= Date: Tue, 25 Oct 2022 17:39:50 +0200 Subject: [PATCH] #961: fixed function doc --- scripts/src/main/resources/scripts/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/src/main/resources/scripts/functions b/scripts/src/main/resources/scripts/functions index 035232a21..7688a5f63 100755 --- a/scripts/src/main/resources/scripts/functions +++ b/scripts/src/main/resources/scripts/functions @@ -1312,7 +1312,7 @@ function doInstall() { if ! [ -d "${target_path}/${contents}" ] then pushd "${target_path}" > /dev/null || exit 255 - # function does not have options + # doGetFirstExistingPath does not have options # shellcheck disable=SC2035 contents="$(doGetFirstExistingPath *.app/Contents)" popd > /dev/null || exit 255