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

use cd instead of pushd in setup.sh

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