mirror of
https://codeberg.org/cage/tinmop/
synced 2025-02-20 08:40:36 +01:00
- added missing '$' in variable name.
This commit is contained in:
parent
2e824517fb
commit
faaa26a5c9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user