summaryrefslogtreecommitdiff
path: root/lib/common-functions
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common-functions')
-rwxr-xr-xlib/common-functions1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common-functions b/lib/common-functions
index 8fc300f..e3aab4c 100755
--- a/lib/common-functions
+++ b/lib/common-functions
@@ -908,6 +908,7 @@ find_package_repository_to_package() {
extract_source_directory() {
local git_repo="$1"
+ # shellcheck disable=SC2034
local rev="$2"
local mod_rev="$3"
local output="$4"