Update update.sh
This commit is contained in:
parent
95c4b979c5
commit
285f8c4db3
|
@ -9,7 +9,7 @@ updateSubmodules() {
|
||||||
}
|
}
|
||||||
|
|
||||||
runScript() {
|
runScript() {
|
||||||
lastFolder=$(pwd -P)
|
lastFolder=$PWD
|
||||||
sadedotParentFolder=$(pwd -P | awk '{ sub(/\/sadedot.*/, ""); print }')
|
sadedotParentFolder=$(pwd -P | awk '{ sub(/\/sadedot.*/, ""); print }')
|
||||||
cd "$sadedotParentFolder" || { echo "Couldn't cd into '$sadedotParentFolder'." 1>&2 && exit 1; }
|
cd "$sadedotParentFolder" || { echo "Couldn't cd into '$sadedotParentFolder'." 1>&2 && exit 1; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue