Skip to content

Commit 6648276

Browse files
committed
Naming and shell stuff
1 parent 055b205 commit 6648276

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828
- UTPLSQL_VERSION="v3.0.3"
2929
- UTPLSQL_VERSION="v3.0.4"
3030
- UTPLSQL_VERSION="develop"
31-
UTPLSQL_FILE="utPLSQL-develop"
31+
UTPLSQL_FILE="utPLSQL"
3232

3333
cache:
3434
directories:

.travis/install_utplsql.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -ev
33
cd $(dirname $(readlink -f $0))
44

55
# Download the specified version of utPLSQL.
6-
if [ $UTPLSQL_VERSION == "develop" ]
6+
if [ "$UTPLSQL_VERSION" == "develop" ]
77
then
88
git clone -b develop --single-branch https://github.com/utPLSQL/utPLSQL.git
99
tar -czf $UTPLSQL_FILE.tar.gz $UTPLSQL_FILE && rm -rf $UTPLSQL_FILE

0 commit comments

Comments
 (0)