mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:25:24 +02:00
make pip_install.sh compatible with POSIX sh(1) again (#5622)
This commit is contained in:
committed by
Brad Warren
parent
bca0aa48c2
commit
8e9a4447ff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user