Skip to content

Commit

Permalink
fix typo:
Browse files Browse the repository at this point in the history
environment variable PWD needs to be specified in uppercase
  • Loading branch information
9EOR9 committed Apr 21, 2022
1 parent 2638fae commit 5e354f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [ -n "$server_branch" ] ; then
git clone -b ${server_branch} https://github.com/mariadb/server ../workdir-server

cd ../workdir-server
export SERVER_DIR=$pwd
export SERVER_DIR=$PWD

# don't pull in submodules. We want the latest C/C as libmariadb
# build latest server with latest C/C as libmariadb
Expand Down

0 comments on commit 5e354f1

Please sign in to comment.