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

Unified Diff: build/android/envsetup.sh

Issue 139263010: envsetup: Stop setting FLOCK. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: build/android/envsetup.sh
diff --git a/build/android/envsetup.sh b/build/android/envsetup.sh
index c7ee7570ad7cfdc6817a9ad3c57bd4beeff44ed3..f7e5a699afe7e87af7db290c6847d42de745b62e 100755
--- a/build/android/envsetup.sh
+++ b/build/android/envsetup.sh
@@ -142,6 +142,3 @@ android_gyp() {
"${CHROME_SRC}/build/gyp_chromium" --depth="${CHROME_SRC}" --check "$@"
)
}
-
-# FLOCK needs to be null on system that has no flock
-which flock > /dev/null || export FLOCK=
« 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