Skip to content

Commit

Permalink
Remove variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriano Santos committed Nov 26, 2019
1 parent 504241e commit b1cadc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/utils.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OPENSSL_DIR=/usr/lib/x86_64-linux-gnu
export OPENSSL_DIR
echo $OPENSSL_DIR
#OPENSSL_DIR=/usr/lib/x86_64-linux-gnu
#export OPENSSL_DIR
#echo $OPENSSL_DIR

mktempd() {
echo $(mktemp -d 2>/dev/null || mktemp -d -t tmp)
Expand Down

0 comments on commit b1cadc3

Please sign in to comment.