home
·
contact
·
privacy
projects
/
redo-blog
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b30ef99
)
Fix bug in README.
author
Christian Heller
<c.heller@plomlompom.de>
Mon, 2 Jan 2017 22:41:35 +0000
(23:41 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Mon, 2 Jan 2017 22:41:35 +0000
(23:41 +0100)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index d9e0f2c0e73618aa0c4cb783eb6f8278f9a82121..084b244e31b6fee3887ed38b44321961556697b3 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-61,7
+61,7
@@
called `blog`:
git add metadata/*.automatic_metadata
fi
status=\$(git status -s)
- n_updates=\$(printf "$status" | grep -vE '^\?\?' | wc -l)
+ n_updates=\$(printf "
\
$status" | grep -vE '^\?\?' | wc -l)
if [ "\$n_updates" -gt 0 ]; then
git commit -a -m 'Update metadata'
fi