From f12108004b082bb7cb33c176f2f1c4ea40aeb5d3 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Sun, 26 Jun 2016 21:47:35 +0200 Subject: fixup! d-i: ensure that there's a 'pu_' element to pu/ branch related things Signed-off-by: Holger Levsen --- bin/lvc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lvc.sh b/bin/lvc.sh index 87a596b0..5bea22c8 100755 --- a/bin/lvc.sh +++ b/bin/lvc.sh @@ -15,7 +15,7 @@ replace_origin_pu() { PREFIX=$1 ; shift BRANCH=$1 ; shift expr "$BRANCH" : 'origin/pu/' >/dev/null || return 1 - echo "${PREFIX}${BRANCH#origin/pu/}" + echo "${PREFIX}pu_${BRANCH#origin/pu/}" } # if $URL is set to "use_PU_GIT_BRANCH" then use the contents of $PU_GIT_BRANCH to work out the locally built ISO name -- cgit v1.2.3-70-g09d2