Descriptioninstall: fix shell redirections
"> file 2>&1" redirects both stderr/stdout to file, whereas "2>&1 >
file" directs stderr to the old stdout and stdout to file.
BUG=None
TEST=shell tests on device
Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=a903e9e
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|