X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=common.sh;h=8e9f484d13ef16939ab16216807ace2330d6c5ac;hb=HEAD;hp=d4e3350ab13d5907651e6624d6d47a1e82817f67;hpb=b09c5f14b029621ad031d930aa8a91a8bd1b5d51;p=next-scripts diff --git a/common.sh b/common.sh index d4e3350..8e9f484 100644 --- a/common.sh +++ b/common.sh @@ -59,6 +59,11 @@ get_url() awk -F '\t' '/^[^#]/ && $3=="'"$1"'" { print $4; }' $CTRL_FILE } +get_build_flag() +{ + awk -F '\t' '/^[^#]/ && $3=="'"$1"'" { print $6; }' $CTRL_FILE +} + check_unmerged_files() { local tree="$1"