Skip to content

Commit

Permalink
assign and export LD_LIBRARY_PATH separately to avoid masking return …
Browse files Browse the repository at this point in the history
…value
  • Loading branch information
suiginsoft committed Dec 30, 2016
1 parent f3ef0a5 commit a30fec6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtests.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/sh

export LD_LIBRARY_PATH=$(pwd)
LD_LIBRARY_PATH=$(pwd)
export LD_LIBRARY_PATH

printf "running %s tests\n" "$1"
printf "=============================================\n"
Expand Down

0 comments on commit a30fec6

Please sign in to comment.