This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add a newline for clarity
authorYves Orton <demerphq@dromedary.booking.com>
Fri, 26 Dec 2008 16:16:57 +0000 (17:16 +0100)
committerYves Orton <demerphq@dromedary.booking.com>
Sat, 27 Dec 2008 10:18:09 +0000 (11:18 +0100)
make_patchnum.sh

index b26217f..8de5255 100644 (file)
@@ -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`