Don't install python shell script, as we now want to fall thru to cygwin.
BUG=None TEST=None Review URL: http://codereview.chromium.org/6579008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@75789 0039d316-1c4b-4281-b951-d872f2087c98experimental/szager/collated-output
parent
28e0e9408d
commit
22501af80a
@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
base_dir=$(dirname "$0")
|
||||
|
||||
exec "$base_dir/python.bat" "$@"
|
@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
base_dir=$(dirname "$0")
|
||||
|
||||
exec "$base_dir/svn.bat" "$@"
|
Loading…
Reference in New Issue