The Samba-Bugzilla – Attachment 2913 Details for
Bug 4951
xargs -i is an illegal option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
buid_test.fns patch
build_test.fns.diff (text/plain), 471 bytes, created by
Peter Tiggerdine
on 2007-09-02 22:00:24 UTC
(
hide
)
Description:
buid_test.fns patch
Filename:
MIME Type:
Creator:
Peter Tiggerdine
Created:
2007-09-02 22:00:24 UTC
Size:
471 bytes
patch
obsolete
>--- build_test.fns.old 2007-09-03 11:19:01.000000000 +1000 >+++ build_test.fns 2007-09-03 12:37:02.000000000 +1000 >@@ -55,7 +55,7 @@ > chmod 0644 "$log" "$err" > > XARGS_I="xargs -i" >- if [ "`uname`" = "FreeBSD" ]; then >+ if (( ("`uname`" == "FreeBSD") || ("`uname`" == "Darwin") )); then > XARGS_I="xargs -I '{}' -R -1" > fi > find $log -size +40000 | $XARGS_I sh -c 'dd if={} bs=1024 count=20000 of={}.tmp && mv {}.tmp {} && echo "\n***LOG TRUNCATED***" >> {}'
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 Raw
Actions:
View
Attachments on
bug 4951
: 2913