diff --git a/rosetta/create-distribution.sh b/rosetta/create-distribution.sh index db375ea16..14e6da66e 100755 --- a/rosetta/create-distribution.sh +++ b/rosetta/create-distribution.sh @@ -198,14 +198,14 @@ am+record() { exit 1 fi # Apply the patch - git am <$patch_path || ret_code=$? + git am --3way <$patch_path || ret_code=$? if [[ ${ret_code:-0} -ne 0 ]]; then cat <