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

Unified Diff: gclient

Issue 118451: Fix parameter mangling (Closed)
Patch Set: Created 11 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 | « gcl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gclient
diff --git a/gclient b/gclient
index 39bbd62627ee53cd94846ae0bd3714b4250e676b..95561fb58a2fe371e3f186fbb10b094abf6c6787 100755
--- a/gclient
+++ b/gclient
@@ -9,7 +9,7 @@ base_dir=$(dirname "$0")
# Use the batch file as an entry point if on cygwin.
if [ "${OSTYPE}" = "cygwin" ]; then
- ${base_dir}/gclient.bat $*
+ ${base_dir}/gclient.bat "$@"
exit
fi
« no previous file with comments | « gcl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698