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

Unified Diff: scripts/build-memcheck-for-chromium.sh

Issue 3177031: Fix bashisms: add quotes around paths (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
Patch Set: Created 10 years, 4 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 | scripts/build-tsan-for-chromium.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/build-memcheck-for-chromium.sh
===================================================================
--- scripts/build-memcheck-for-chromium.sh (revision 56518)
+++ scripts/build-memcheck-for-chromium.sh (working copy)
@@ -22,7 +22,7 @@
checkout_and_patch_valgrind "$MEMCHECK_SVN_REV" "$MEMCHECK_VEX_SVN_REV" \
"$VG_MEMCHECK_DIR"
-cd $VG_MEMCHECK_DIR
+cd "$VG_MEMCHECK_DIR"
# Apply some Memcheck-specific pathes
« no previous file with comments | « no previous file | scripts/build-tsan-for-chromium.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698