File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 36
36
# Set library path
37
37
# shellcheck disable=SC2086
38
38
# Rationale: Word splitting not an issue
39
- LIB_PATH=" $( dirname $0 ) /../lib:$LD_LIBRARY_PATH :/usr/local/lib:/usr/lib"
39
+ LIB_PATH=" $( dirname $0 ) /lib: $( dirname $0 ) / ../lib:$LD_LIBRARY_PATH :/usr/local/lib:/usr/lib"
40
40
if [ " x$GIT_ISSUE_LIB_PATH " != x ] ; then
41
41
LIB_PATH=" $GIT_ISSUE_LIB_PATH "
42
42
fi
Original file line number Diff line number Diff line change @@ -180,10 +180,6 @@ ntest=0
180
180
gi=$( pwd) /git-issue.sh
181
181
gi_re=$( echo " $gi " | sed ' s/[^0-9A-Za-z]/\\&/g' )
182
182
183
- # Setup GIT_ISSUE_LIB_PATH to allow pulling import-export.sh from lib
184
- GIT_ISSUE_LIB_PATH=" $( pwd) /lib"
185
- export GIT_ISSUE_LIB_PATH
186
-
187
183
start sync-docs
188
184
GenFiles=' git-issue.sh git-issue.1'
189
185
if ! git diff --quiet HEAD ; then
You can’t perform that action at this time.
0 commit comments