index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/common-functions | 10 |
diff --git a/bin/common-functions b/bin/common-functions index baf5750..938c18a 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -503,6 +503,16 @@ find_newest_of_git_revisions() { local repo revisions="$(cat)" + if [ $( + echo "${revisions}" | \ + wc -l + ) -eq 1 ]; then + + echo "${revisions}" + return + + fi + repo="$( find_repository_with_commit \ "$( |