mirror of https://github.com/AxioDL/amuse.git
replaced pushd and popd in standalone_bootstrap.sh
This commit is contained in:
parent
d96be61e29
commit
9b8467151a
|
@ -1,11 +1,11 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
git clone https://github.com/AxioDL/boo.git
|
git clone https://github.com/AxioDL/boo.git
|
||||||
pushd boo
|
cd boo
|
||||||
git submodule update --recursive --init
|
git submodule update --recursive --init
|
||||||
popd
|
cd ..
|
||||||
|
|
||||||
git clone https://github.com/libAthena/athena.git
|
git clone https://github.com/libAthena/athena.git
|
||||||
pushd athena
|
cd athena
|
||||||
git submodule update --recursive --init
|
git submodule update --recursive --init
|
||||||
popd
|
cd ..
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue