]> git.pld-linux.org Git - packages/depot_tools.git/blob - adjust-path.patch
drop unuseful files
[packages/depot_tools.git] / adjust-path.patch
1 --- depot_tools-0.1/fetch.py~   2013-06-19 17:56:10.000000000 +0300
2 +++ depot_tools-0.1/fetch.py    2013-12-11 21:22:06.260143708 +0200
3 @@ -29,6 +29,8 @@
4  
5  SCRIPT_PATH = os.path.dirname(os.path.abspath(__file__))
6  
7 +# insert it into $PATH, so wouldn't need to put all interanl bins to $PATH, like download_from_google_storage
8 +os.environ['PATH'] += os.pathsep + SCRIPT_PATH
9  
10  #################################################
11  # Checkout class definitions.
This page took 0.071244 seconds and 3 git commands to generate.