amuse
amuse copied to clipboard
replaced pushd and popd in standalone_bootstrap.sh
pushd and popd coused the following errors on Ubuntu 21.04:
- ./standalone_bootstrap.sh: 3: pushd: not found
- ./standalone_bootstrap.sh: 5: popd: not found
- ./standalone_bootstrap.sh: 8: pushd: not found
- ./standalone_bootstrap.sh: 10: popd: not found
Therefore I replaced them with cd
Hi, as an alternative, you can change the shabang from /bin/sh to /bin/bash