From 3de48ece85baf993fce4ab28df7797120654144c Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 22 Nov 2005 21:54:07 +0000 Subject: [PATCH] Make diff recursive to include changes to the samples git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3050 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- tools/build/makeshorewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/makeshorewall b/tools/build/makeshorewall index a222a16d3..6b1b000ac 100644 --- a/tools/build/makeshorewall +++ b/tools/build/makeshorewall @@ -535,7 +535,7 @@ fi if [ -n "$OLDVERSION" ]; then progress_message "Creating patch-$VERSION ..." - diff -Nau shorewall-$OLDVERSION shorewall-$VERSION > patch-$VERSION + diff -Naur shorewall-$OLDVERSION shorewall-$VERSION > patch-$VERSION fi progress_message "Shorewall $VERSION Build complete - $(date)"