mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Merge pull request #7634 from norpol/patch-1
Fix requirements updater.sh "sourcing" snippet Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
fed02ef14a
@ -88,4 +88,4 @@ main() {
|
||||
}
|
||||
|
||||
# set EVAL=1 in case you want to source this script
|
||||
test "${EVAL:-0}" = "1" || main "${1:-}"
|
||||
test "${EVAL:-0}" -eq "1" || main "${1:-}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user