From b0ed30306f903e75718680426c8bc4f487ff9fd3 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Mon, 30 Apr 2012 20:22:09 -0700 Subject: [PATCH] allow https in pics --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c3eb1859..0aa2a3cd 100755 --- a/build.sh +++ b/build.sh @@ -147,7 +147,7 @@ fi if [ ! -z "$GERRIT_CHANGES" ] then export CM_SNAPSHOT=true - IS_HTTP=$(echo $GERRIT_CHANGES | grep http:) + IS_HTTP=$(echo $GERRIT_CHANGES | grep http) if [ -z "$IS_HTTP" ] then python $WORKSPACE/hudson/repopick.py $GERRIT_CHANGES