File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 3636# Set library path
3737# shellcheck disable=SC2086
3838# 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"
4040if [ " x$GIT_ISSUE_LIB_PATH " != x ] ; then
4141 LIB_PATH=" $GIT_ISSUE_LIB_PATH "
4242fi
Original file line number Diff line number Diff line change @@ -180,10 +180,6 @@ ntest=0
180180gi=$( pwd) /git-issue.sh
181181gi_re=$( echo " $gi " | sed ' s/[^0-9A-Za-z]/\\&/g' )
182182
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-
187183start sync-docs
188184GenFiles=' git-issue.sh git-issue.1'
189185if ! git diff --quiet HEAD ; then
You can’t perform that action at this time.
0 commit comments