mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 23:50:27 +00:00
pushd, popd -> cd
This commit is contained in:
parent
273282682a
commit
c4f105e148
@ -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
|
# language-data.cpp is a make dependency of autohdr.h, so it's generated as well
|
||||||
if [ ! -f ../autohdr.h ]; then
|
if [ ! -f ../autohdr.h ]; then
|
||||||
echo "generating autohdr.h..."
|
echo "generating autohdr.h..."
|
||||||
pushd ..
|
LAST_PWD=$(pwd); cd ..
|
||||||
make -f Makefile.simple autohdr.h
|
make -f Makefile.simple autohdr.h
|
||||||
popd
|
cd $LAST_PWD
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user