mirror of
https://github.com/RasppleII/a2cloud.git
synced 2025-02-09 09:31:09 +00:00
install_nulib2: always popd
Y'know, I'm not really sure we should be using pushd and popd. I do that interactively, but … do these commands even belong in scripts?
This commit is contained in:
parent
4ae325f990
commit
a84c0b2e8e
@ -55,8 +55,8 @@ install_nulib2() {
|
||||
./configure
|
||||
make
|
||||
sudo make install
|
||||
popd >/dev/null
|
||||
fi
|
||||
popd >/dev/null
|
||||
rm -rf "$nulibWork"
|
||||
else
|
||||
echo "A2CLOUD: nulib2 is already installed."
|
||||
|
Loading…
x
Reference in New Issue
Block a user