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

Unified Diff: platform_tools/barelinux/bin/barelinux_make

Issue 196823007: fix error in linux makefile for some shells (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 9 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: platform_tools/barelinux/bin/barelinux_make
diff --git a/platform_tools/barelinux/bin/barelinux_make b/platform_tools/barelinux/bin/barelinux_make
index cefeec6a0669f2934a21b36cacf563025d207ecc..4f2400f8ca08e90ada1cb5a4b58e5057df53d79a 100755
--- a/platform_tools/barelinux/bin/barelinux_make
+++ b/platform_tools/barelinux/bin/barelinux_make
@@ -34,7 +34,6 @@ EOF
# Coverage, Debug, Release, or Release_Developer
BUILD_TYPE='Debug'
-unset OPTIND
while getopts ":c:x:o:t:h" opt ; do
case $opt in
c) export CC="$OPTARG" ;;
« 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