projects
/
hvutilities.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc645ba
)
Fix bug with non-existent directory
author
Hugo Villeneuve
<hvilleneuve@addenergie.ca>
Tue, 17 Dec 2019 17:00:26 +0000
(12:00 -0500)
committer
Hugo Villeneuve
<hvilleneuve@addenergie.ca>
Tue, 17 Dec 2019 17:00:26 +0000
(12:00 -0500)
scripts/git-project-update.sh
patch
|
blob
|
history
diff --git
a/scripts/git-project-update.sh
b/scripts/git-project-update.sh
index
f1862ee
..
b47dcbc
100755
(executable)
--- a/
scripts/git-project-update.sh
+++ b/
scripts/git-project-update.sh
@@
-80,8
+80,8
@@
while IFS=$'\n' read r ; do
# Make sure directory exists
if [ ! -d "${r}" ]; then
- echo "
M
issing repos ${r}"
- exit 1
+ echo "
Skipping m
issing repos ${r}"
+ continue
fi
# Update only git repos