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

Unified Diff: python_git_runner.sh

Issue 181043018: Add git thaw/freeze to depot_tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@git_map
Patch Set: rebase Created 6 years, 10 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
« git_freezer.py ('K') | « git_freezer.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: python_git_runner.sh
diff --git a/python_git_runner.sh b/python_git_runner.sh
index c00b5ccb75d485e93625e63ae2b0dcda1b72eac3..bde196b9f70ad6b34ca7598dca72b71ffa18fc34 100755
--- a/python_git_runner.sh
+++ b/python_git_runner.sh
@@ -16,7 +16,7 @@ OUTPUT="$(uname | grep 'MINGW')"
MINGW=$?
BASE="$(basename "$0")"
-SCRIPT="${BASE//-/_}.py"
+SCRIPT="${SCRIPT-${BASE//-/_}.py}"
if [ $MINGW = 0 ]; then
base_dir="${0%\\*}"
« git_freezer.py ('K') | « git_freezer.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698