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

Unified Diff: scripts/common.sh

Issue 2746004: Restore deps/third_party/valgrind to its state at r48920 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
Patch Set: Created 10 years, 6 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 | « scripts/build-tsan-for-chromium.sh ('k') | scripts/fork.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/common.sh
===================================================================
--- scripts/common.sh (revision 49170)
+++ scripts/common.sh (working copy)
@@ -218,7 +218,7 @@
BINARIES_DIR="$THISDIR/../binaries"
if ! [ -a $BINARIES_DIR ]
then
- echo "Error: $BINARIES_DIR doesn't exist!" >&2
+ echo "Error: $BINARIES_DIR doesn't exist!"
exit 1
fi
« no previous file with comments | « scripts/build-tsan-for-chromium.sh ('k') | scripts/fork.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698