Reasons: 1. Without this current patches fail to apply. 2. patch man page says that the default fuzz factor is 2, so we can also follow the same convention.
Signed-off-by: Ameya Palande <[email protected]> --- scripts/sequence-patch.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/sequence-patch.sh b/scripts/sequence-patch.sh index 5e30c3c..18cb903 100755 --- a/scripts/sequence-patch.sh +++ b/scripts/sequence-patch.sh @@ -23,7 +23,7 @@ source $(dirname $0)/config.sh source $(dirname $0)/wd-functions.sh -fuzz="-F0" +fuzz="-F2" usage() { echo "SYNOPSIS: $0 [-qv] [--symbol=...] [--dir=...] [last-patch-name] [--fuzz=NUM]" -- 1.7.0.4 _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
