Chromium Code Reviews| Index: scripts/common.sh |
| =================================================================== |
| --- scripts/common.sh (revision 109000) |
| +++ scripts/common.sh (working copy) |
| @@ -9,7 +9,7 @@ |
| THISDIR=$(dirname "${0}") |
| THISDIR=$(cd "${THISDIR}" && /bin/pwd) |
| -VG_SRC_DIR=/tmp/valgrind-src |
| +VG_SRC_DIR=/tmp/valgrind-src-glider |
| system_is_snow_leopard() { |
| uname -r | grep 10\.[0-9]\.[0-9] >/dev/null |