Skip to content

Commit 60818d6

Browse files
committed
Address SC2155
1 parent 387c2a9 commit 60818d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ gi=$(pwd)/git-issue.sh
181181
gi_re=$(echo "$gi" | sed 's/[^0-9A-Za-z]/\\&/g')
182182

183183
# Setup LD_LIBRARY_PATH to allow pulling import-export.sh from lib
184-
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$(pwd)/lib"
184+
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$(pwd)/lib"
185+
export LD_LIBRARY_PATH
185186

186187
start sync-docs
187188
GenFiles="git-issue.sh git-issue.1"

0 commit comments

Comments
 (0)