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:
8b34a57
)
formatting mod
author
Chris Koeritz
<fred@gruntose.com>
Mon, 20 Nov 2017 15:34:39 +0000
(10:34 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Mon, 20 Nov 2017 15:34:39 +0000
(10:34 -0500)
scripts/rev_control/version_control.sh
patch
|
blob
|
history
diff --git
a/scripts/rev_control/version_control.sh
b/scripts/rev_control/version_control.sh
index 75f344cf66ab8485f0e8b980f6b83c8eef924859..d74fe1bd67c43c713249809e0bcbf0a991cb4b0a 100644
(file)
--- a/
scripts/rev_control/version_control.sh
+++ b/
scripts/rev_control/version_control.sh
@@
-64,7
+64,7
@@
function do_checkin()
if [ $nicedir == "." ]; then
nicedir=$(\pwd)
fi
- local blatt="echo
checking in '$nicedir'...
"
+ local blatt="echo
-n checking in '$nicedir'...
"
do_update "$directory"
test_or_die "repository update--this should be fixed before check-in."