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.
1 parent 387c2a9 commit 60818d6Copy full SHA for 60818d6
test.sh
@@ -181,7 +181,8 @@ gi=$(pwd)/git-issue.sh
181
gi_re=$(echo "$gi" | sed 's/[^0-9A-Za-z]/\\&/g')
182
183
# Setup LD_LIBRARY_PATH to allow pulling import-export.sh from lib
184
-export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$(pwd)/lib"
+LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$(pwd)/lib"
185
+export LD_LIBRARY_PATH
186
187
start sync-docs
188
GenFiles="git-issue.sh git-issue.1"
0 commit comments