Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a7c2ca

Browse files
committed
Call download script using bash.
1 parent 819fb7d commit 3a7c2ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis/install_sqlcl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cd .travis
66

77
# Download if not present on cache dir.
88
if [ ! -f $CACHE_DIR/$SQLCL_FILE ]; then
9-
sh download.sh -p sqlcl
9+
bash download.sh -p sqlcl
1010
mv $SQLCL_FILE $CACHE_DIR
1111
fi;
1212

0 commit comments

Comments
 (0)