1
0
Fork 0

- added missing '$' in variable name.

This commit is contained in:
cage 2022-02-18 12:57:44 +01:00
parent 2e824517fb
commit faaa26a5c9
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ install_croatoan () {
fi
cd $CROATOAN_DIR && @GIT@ checkout $CROATOAN_COMMIT
if [ -d "PURGATORY_DIR" ]; then
if [ -d "$PURGATORY_DIR" ]; then
cd $PURGATORY_DIR && @GIT@ pull
else
cd $QUICKLISP_INSTALL_DIR/local-projects/ && @GIT@ clone $PURGATORY_GIT_URL