summaryrefslogtreecommitdiffstats
path: root/bin/lvc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/lvc.sh')
-rwxr-xr-xbin/lvc.sh2
1 files changed, 1 insertions, 1 deletions
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