mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-20 11:54:48 +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
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user