add a newline for clarity
Yves Orton [Fri, 26 Dec 2008 16:16:57 +0000 (17:16 +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`