Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(459)

Unified Diff: build_tools/common.sh

Issue 1587053004: Use out-of-tree build directory for pnacl build (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ports/pnacl/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_tools/common.sh
diff --git a/build_tools/common.sh b/build_tools/common.sh
index c18db33bf277e5396ae3c14d2f7f705ebec9993a..597c7adb739fff11a21723aa994738cdced186e5 100644
--- a/build_tools/common.sh
+++ b/build_tools/common.sh
@@ -1410,7 +1410,7 @@ TranslatePexe() {
fi
local dirname=$(dirname "${pexe}")
- ls -l "${dirname}"/*.nexe "${pexe}"
+ ls -l ${pexe} ${basename}*.nexe
}
« no previous file with comments | « no previous file | ports/pnacl/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698