projects
/
tools
/
depanneur.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef84dfe
)
Prevent shell interpolation of gbs configuration variables
90/152590/2
author
Łukasz Stelmach
<l.stelmach@samsung.com>
Tue, 26 Sep 2017 11:03:26 +0000
(13:03 +0200)
committer
Łukasz Stelmach
<l.stelmach@samsung.com>
Tue, 26 Sep 2017 11:31:54 +0000
(13:31 +0200)
Change-Id: I25cce8ec04f88e15202a712fff1a45e450342dca
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
depanneur
patch
|
blob
|
history
diff --git
a/depanneur
b/depanneur
index
3539287
..
790fd70
100755
(executable)
--- a/
depanneur
+++ b/
depanneur
@@
-721,10
+721,10
@@
sub gbs_export {
push @args, "--commit=$commit";
}
if (! $upstream_branch eq "") {
- push @args, "--upstream-branch=
$upstream_branch
";
+ push @args, "--upstream-branch=
'$upstream_branch'
";
}
if (! $upstream_tag eq "") {
- push @args, "--upstream-tag=
$upstream_tag
";
+ push @args, "--upstream-tag=
'$upstream_tag'
";
}
if ($fallback_to_native == 1) {
push @args, "--fallback-to-native";