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

Unified Diff: start_devserver

Issue 6525011: start_devserver: update relative paths in command line flags (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: remove cd Created 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: start_devserver
diff --git a/start_devserver b/start_devserver
index 6d4cddbba4d4936c08f5920e5e0dba1da6ba8e1c..14518d806ca43755043a82d8b7302f4ee113b869 100755
--- a/start_devserver
+++ b/start_devserver
@@ -41,4 +41,4 @@ if [ -z "${PKG_INSTALL_MASK+x}" ]; then
fi
echo PKG_INSTALL_MASK=$PKG_INSTALL_MASK
-cd ${GCLIENT_ROOT}/src/platform/dev && python devserver.py "$@"
+python "${GCLIENT_ROOT}/src/platform/dev/devserver.py" "$@"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698