fixed pushd calls
This commit is contained in:
parent
06bae8f9a3
commit
e3b28cace0
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
@rem See the License for the specific language governing permissions and
|
@rem See the License for the specific language governing permissions and
|
||||||
@rem limitations under the License.
|
@rem limitations under the License.
|
||||||
|
|
||||||
PUSHD %1
|
PUSHD
|
||||||
|
|
||||||
md build
|
md build
|
||||||
cd build
|
cd build
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
@rem See the License for the specific language governing permissions and
|
@rem See the License for the specific language governing permissions and
|
||||||
@rem limitations under the License.
|
@rem limitations under the License.
|
||||||
|
|
||||||
PUSHD %1
|
PUSHD
|
||||||
|
|
||||||
cd build
|
cd build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue