projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6abfca0
)
add a newline for clarity
Yves Orton [Fri, 26 Dec 2008 16:16:57 +0000 (17:16 +0100)]
make_patchnum.sh
patch
|
blob
|
blame
|
history
diff --git
a/make_patchnum.sh
b/make_patchnum.sh
index
b26217f
..
8de5255
100644
(file)
--- a/
make_patchnum.sh
+++ b/
make_patchnum.sh
@@
-2,6
+2,7
@@
Existing=`cat .patchnum 2>/dev/null`
Existing_Sha1=`cat .sha1 2>/dev/null`
+
if [ -e ".patch" ]; then
Current=`awk '{print $4}' .patch`
Sha1=`awk '{print $3}' .patch`