Fix parameter mangling.

TEST=none
BUG=none

Review URL: http://codereview.chromium.org/118451

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@17974 0039d316-1c4b-4281-b951-d872f2087c98
experimental/szager/collated-output
maruel@chromium.org 16 years ago
parent 43418e4315
commit beffe1267d

2
gcl

@ -7,7 +7,7 @@ base_dir=$(dirname "$0")
# Use the batch file as an entry point if on cygwin.
if [ "${OSTYPE}" = "cygwin" ]; then
${base_dir}/gcl.bat $*
${base_dir}/gcl.bat "$@"
exit
fi

@ -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

Loading…
Cancel
Save