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
This commit is contained in:
teastep 2005-11-22 21:54:07 +00:00
parent 37d9e3be57
commit 3de48ece85

View File

@ -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)"