Add more quotes

This commit is contained in:
Richard Berger
2021-04-30 17:52:32 -04:00
parent bebb5c3edf
commit 7994bb320f
7 changed files with 36 additions and 36 deletions

View File

@ -14,9 +14,9 @@ fi
set -x
mkdir -p $PIP_CACHE_DIR
mkdir -p "$PIP_CACHE_DIR"
# download packages that might be needed
cd $PIP_CACHE_DIR
cd "$PIP_CACHE_DIR"
pip3 download pip setuptools wheel
pip3 download -r $LAMMPS_DIR/doc/utils/requirements.txt
pip3 download -r "$LAMMPS_DIR/doc/utils/requirements.txt"