提交 1471103d 编写于 作者: Y Yibing Liu

use cd instead of pushd in setup.sh

上级 e92d01e5
#! /usr/bin/env bash
#! /usr/bin/env bash
# install python dependencies
if [ -f "requirements.txt" ]; then
......@@ -29,9 +29,9 @@ fi
# install decoders
python -c "import swig_decoders"
if [ $? != 0 ]; then
pushd decoders/swig > /dev/null
cd decoders/swig > /dev/null
sh setup.sh
popd > /dev/null
cd - > /dev/null
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册