mirror of
https://github.com/google/brotli.git
synced 2025-01-14 10:20:22 +00:00
.travis.sh: explicitly use 'bash' shell instead of generic 'sh'
I need to use 'source' command to activate the python virtual environment, but apparently that is not available on Ubuntu's default /bin/sh
This commit is contained in:
parent
e944f1c92b
commit
2dc2ac7701
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
"install")
|
"install")
|
||||||
|
Loading…
Reference in New Issue
Block a user