We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5413bfc + f645c56 commit 31bc5abCopy full SHA for 31bc5ab
git-issue.sh
@@ -36,7 +36,7 @@ IFS=:
36
# Set library path
37
# shellcheck disable=SC2086
38
# Rationale: Word splitting not an issue
39
-LIB_PATH="$(dirname $0)/../lib:$LD_LIBRARY_PATH:/usr/lib:/usr/local/lib"
+LIB_PATH="$(dirname $0)/../lib:$LD_LIBRARY_PATH:/usr/local/lib:/usr/lib"
40
if [ "x$GIT_ISSUE_LIB_PATH" != x ] ; then
41
LIB_PATH="$GIT_ISSUE_LIB_PATH"
42
fi
0 commit comments