diff options
author | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-07 19:39:47 +0000 |
---|---|---|
committer | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-07 19:39:47 +0000 |
commit | 1d7774fc9bc83e6cd17e4e4c7f9b704b55e60e3b (patch) | |
tree | 9ea343e3bfc9099afa10845ff6be9f36d3916b1b /native_client_sdk | |
parent | 22fa27f0ad144be69ed89e53494a4b4816851ddf (diff) | |
download | chromium_src-1d7774fc9bc83e6cd17e4e4c7f9b704b55e60e3b.zip chromium_src-1d7774fc9bc83e6cd17e4e4c7f9b704b55e60e3b.tar.gz chromium_src-1d7774fc9bc83e6cd17e4e4c7f9b704b55e60e3b.tar.bz2 |
[NaCl SDK] httpd.cmd for issue 11362039.
BUG=none
TBR=noelallen@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/11365125
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166492 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk')
-rw-r--r-- | native_client_sdk/src/examples/httpd.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native_client_sdk/src/examples/httpd.cmd b/native_client_sdk/src/examples/httpd.cmd index 7c64624..d7aec88 100644 --- a/native_client_sdk/src/examples/httpd.cmd +++ b/native_client_sdk/src/examples/httpd.cmd @@ -5,4 +5,4 @@ PATH=%CYGWIN%;%PATH% REM Use the path to this file (httpd.cmd) to get the
REM path to httpd.py, so that we can run httpd.cmd from
REM any directory. Pass up to 9 arguments to httpd.py.
-python %~dp0\httpd.py %1 %2 %3 %4 %5 %6 %7 %8 %9
+python %~dp0\..\tools\httpd.py %1 %2 %3 %4 %5 %6 %7 %8 %9
|