FreeBSD Bugzilla – Attachment 164158 Details for
Bug 203055
Moved or new file contents not included in diff via arc(8)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix the arcanist binary_safe_diff script to preserve diff's exit code
devel__arcanist-fix-diff-script-1.diff (text/plain), 1015 bytes, created by
Dimitry Andric
on 2015-12-12 21:03:22 UTC
(
hide
)
Description:
Fix the arcanist binary_safe_diff script to preserve diff's exit code
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2015-12-12 21:03:22 UTC
Size:
1015 bytes
patch
obsolete
>Index: devel/arcanist/files/patch-scripts-repository-binary_safe_diff.sh >=================================================================== >--- devel/arcanist/files/patch-scripts-repository-binary_safe_diff.sh (nonexistent) >+++ devel/arcanist/files/patch-scripts-repository-binary_safe_diff.sh (working copy) >@@ -0,0 +1,12 @@ >+--- scripts/repository/binary_safe_diff.sh.orig 2015-06-25 19:05:54.000000000 +0200 >++++ scripts/repository/binary_safe_diff.sh 2015-12-12 21:58:45.184352000 +0100 >+@@ -1,6 +1,8 @@ >+ #!/bin/sh >+ >+ diff "$@" >+-if [ "$?" = "2" ]; then >++RES="$?" >++if [ "$RES" = "2" ]; then >+ exit 1 >+ fi >++exit "$RES" > >Property changes on: devel/arcanist/files/patch-scripts-repository-binary_safe_diff.sh >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203055
: 164158