This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6abfca0
)
add a newline for clarity
author
Yves Orton
<demerphq@dromedary.booking.com>
Fri, 26 Dec 2008 16:16:57 +0000
(17:16 +0100)
committer
Yves Orton
<demerphq@dromedary.booking.com>
Sat, 27 Dec 2008 10:18:09 +0000
(11:18 +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`