projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec682aa
)
fixed mistake re git pull command for the simple updater.
author
Chris Koeritz
<fred@gruntose.com>
Fri, 24 Feb 2012 20:44:01 +0000
(15:44 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Fri, 24 Feb 2012 20:44:01 +0000
(15:44 -0500)
scripts/rev_control/update_these.sh
patch
|
blob
|
history
diff --git
a/scripts/rev_control/update_these.sh
b/scripts/rev_control/update_these.sh
index afd79578dce3b235ce7daa3af3cd5c8bfd653faf..fb0f4495b756692a5c0c6bbd5497dba5731338bd 100644
(file)
--- a/
scripts/rev_control/update_these.sh
+++ b/
scripts/rev_control/update_these.sh
@@
-9,7
+9,7
@@
for i in * ; do
if [ -d ".svn" ]; then
svn update .
elif [ -d ".git" ]; then
- git pull
.
+ git pull
fi
popd
fi