[PATCH] Fix typo from commit 0c5e67e4 "xfstests 273: fix a typo"
Mark Tinguely
tinguely at sgi.com
Thu Mar 7 08:56:34 CST 2013
On 03/07/13 06:41, rjohnston at sgi.com wrote:
> When updating the patch, the redirect was incorrect.
>
> Reported-by: Wang Sheng-Hui<shhuiw at gmail.com>
> Signed-off-by: Rich Johnston<rjohnston at sgi.com>
>
> ---
>
> 273 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Index: b/273
> ===================================================================
> --- a/273
> +++ b/273
> @@ -92,7 +92,7 @@ _porter()
> exit
> fi
>
> - cp -r $SCRATCH_MNT/origin $SCRATCH_MNT/sub_$_suffix>$seq.full 2>>&1
> + cp -r $SCRATCH_MNT/origin $SCRATCH_MNT/sub_$_suffix>>$seq.full 2>&1
> if [ $? -ne 0 ]
> then
> echo "_porter $_suffix not complete"
>
The original patch looked okay:
http://oss.sgi.com/archives/xfs/2013-02/msg00518.html
Should the bad patch be reverted and the original one put in?
--Mark.
More information about the xfs
mailing list