1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 17:24:46 +00:00
This commit is contained in:
deadc0de6
2020-11-28 21:54:21 +01:00
parent 7f5c18d246
commit 9ed28ca1fb

View File

@@ -92,7 +92,7 @@ move_to_base()
if [ "$?" ]; then
# dotdrop is a submodule
echo "dotdrop used as a submodule"
cd dotdrop || echo "cannot change directory to dotdrop" && exit 1
cd dotdrop || (echo "cannot change directory to dotdrop" && exit 1)
return
fi