From e3b28cace04475c61f6fcc3fff6c4d21a4c6ad04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Wed, 27 Nov 2019 14:39:59 +0000 Subject: [PATCH] fixed pushd calls --- scripts/run_cmake.bat | 2 +- scripts/run_ninja.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/run_cmake.bat b/scripts/run_cmake.bat index ee43cc0..bb13328 100644 --- a/scripts/run_cmake.bat +++ b/scripts/run_cmake.bat @@ -12,7 +12,7 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. -PUSHD %1 +PUSHD md build cd build diff --git a/scripts/run_ninja.bat b/scripts/run_ninja.bat index e09f799..30da4f8 100644 --- a/scripts/run_ninja.bat +++ b/scripts/run_ninja.bat @@ -12,7 +12,7 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. -PUSHD %1 +PUSHD cd build