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:
c63e591
)
Fix logic error and keep same with devel branch
author
Jun Wang
<junbill.wang@samsung.com>
Wed, 14 Sep 2016 01:41:04 +0000
(09:41 +0800)
committer
Jun Wang
<junbill.wang@samsung.com>
Wed, 14 Sep 2016 01:41:04 +0000
(09:41 +0800)
Change-Id: I6943bdb3a7a1c3cf42224dc6c5dc5a78e30a461e
depanneur
patch
|
blob
|
history
diff --git
a/depanneur
b/depanneur
index a44516f62fc7b5814a9d1c8936626d420c9748e7..066e8edccdccf1b3a64dd47e621226f749c07521 100755
(executable)
--- a/
depanneur
+++ b/
depanneur
@@
-2561,11
+2561,11
@@
while (! $TERM) {
if ($add == 1 ) {
push(@order, $name);
last;
- } else {
+ }
+ } else {
push(@order_clean, $name);
}
- }
- }
+ }
#remove unuseful package name from build_order
foreach my $u_name (@order_clean) {