Skip to content

Commit

Permalink
Merge pull request ansible#7634 from norpol/patch-1
Browse files Browse the repository at this point in the history
Fix requirements updater.sh "sourcing" snippet

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
  • Loading branch information
softwarefactory-project-zuul[bot] authored Jul 31, 2020
2 parents 1077e21 + a05aa20 commit fed02ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:-}"

0 comments on commit fed02ef

Please sign in to comment.