mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 17:24:46 +00:00
fix cd
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user