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 limitations under the License.
|
||||
|
||||
PUSHD %1
|
||||
PUSHD
|
||||
|
||||
md build
|
||||
cd build
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue