pushd, popd -> cd

This commit is contained in:
still-flow 2020-10-08 22:21:34 +03:00
parent 273282682a
commit c4f105e148
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ mkdir -p app/src/main/res/raw/
# language-data.cpp is a make dependency of autohdr.h, so it's generated as well
if [ ! -f ../autohdr.h ]; then
echo "generating autohdr.h..."
pushd ..
LAST_PWD=$(pwd); cd ..
make -f Makefile.simple autohdr.h
popd
cd $LAST_PWD
fi