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

Unified Diff: chrome/tools/build/win/make_zip.sh

Issue 9307014: Fix make_zip.sh. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/win/make_zip.sh
===================================================================
--- chrome/tools/build/win/make_zip.sh (revision 119674)
+++ chrome/tools/build/win/make_zip.sh (working copy)
@@ -15,7 +15,7 @@
tools_dir=$(dirname "$0")
release_dir="$1"
-files=$(cat "$tools_dir/FILES")
+files=$(sed -n "s/^ *'filename': '\(.*\)',$/\1/ p" "$tools_dir/FILES.cfg")
output=${2:-chrome-win32}
rm -fr $output $output.zip
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698