Opened 15 years ago
Closed 15 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)
Change History (3)
by , 15 years ago
Attachment: | ChangeBashScriptsRedirectionToPosix.patch added |
---|
by , 15 years ago
Attachment: | shellPosixRedirection.patch added |
---|
Note:
See TracTickets
for help on using tickets.
replaces '&>' with '> /dev/null 2>&1'