make pip_install.sh compatible with POSIX sh(1) again (#5622)

This commit is contained in:
Delan Azabani
2018-03-22 12:24:53 -07:00
committed by Brad Warren
parent bca0aa48c2
commit 8e9a4447ff
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/sh -e
# pip installs packages using pinned package versions. If CERTBOT_OLDEST is set
# to 1, a combination of tools/oldest_constraints.txt,
# tools/dev_constraints.txt, and local-oldest-requirements.txt contained in the