Opened 14 years ago

Closed 14 years ago

#5313 closed enhancement (fixed)

[patch] fix more instance of &>

Reported by: mmadia Owned by: nobody
Priority: normal Milestone: R1
Component: Applications/Command Line Tools Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Following hrev35236 , this patch replaces &> with 2>&1 > . Scripts untested, though functionality should not be affected.

Attachments (2)

ChangeBashScriptsRedirectionToPosix.patch (1.5 KB ) - added by mmadia 14 years ago.
shellPosixRedirection.patch (2.0 KB ) - added by mmadia 14 years ago.
replaces '&>' with '> /dev/null 2>&1'

Download all attachments as: .zip

Change History (3)

by mmadia, 14 years ago

Attachment: shellPosixRedirection.patch added

replaces '&>' with '> /dev/null 2>&1'

comment:1 by bonefish, 14 years ago

Resolution: fixed
Status: newclosed

Applied in hrev35275. Thanks!

Note: See TracTickets for help on using tickets.