Dylan Araps 2021-06-29 15:24:55 +00:00
parent c8fa0e7c83
commit 9ea3ceaf5d
1 changed files with 5 additions and 1 deletions

6
kiss
View File

@ -1328,7 +1328,11 @@ pkg_updates() {
# Update each repository in '$KISS_PATH'.
for repo do
# Go to the root of the repository (if it exists).
[ -d "$repo" ] || {
log "$repo" " "
printf 'Skipping repository, not a directory\n'
continue
}
cd "$repo"
case $(git remote 2>/dev/null) in