upd(fix): initialize REPOS_TO_UPDATE
This commit is contained in:
parent
b6ce349681
commit
2a10b068c6
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ fi
|
|||
# Avoiding copy pasting this over and over
|
||||
g() { git -C "$REPO" "$@"; }
|
||||
|
||||
REPOS_TO_UPDATE="${REPOS_TO_UPDATE:-}"
|
||||
|
||||
# path_append from https://superuser.com/questions/39751/add-directory-to-path-if-its-not-already-there
|
||||
# checks if a path is already in the PATH and if it exists
|
||||
path_append() {
|
||||
|
|
Loading…
Add table
Reference in a new issue