From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pd0-f170.google.com ([209.85.192.170]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uj7tA-0003UX-6f for barebox@lists.infradead.org; Sun, 02 Jun 2013 13:00:00 +0000 Received: by mail-pd0-f170.google.com with SMTP id x10so4413169pdj.29 for ; Sun, 02 Jun 2013 05:59:33 -0700 (PDT) From: Masaki Muranaka Date: Sun, 2 Jun 2013 21:59:05 +0900 Message-Id: <1370177945-36985-1-git-send-email-monaka@monami-ya.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] Remove a redundant line. To: barebox@lists.infradead.org Signed-off-by: Masaki Muranaka --- commands/echo.c | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/echo.c b/commands/echo.c index 8929234..4dfd870 100644 --- a/commands/echo.c +++ b/commands/echo.c @@ -55,7 +55,6 @@ static int do_echo(int argc, char *argv[]) break; case 'o': oflags |= O_TRUNC; - file = argv[optind + 1]; if (optind + 1 < argc) file = argv[optind + 1]; else -- 1.8.3 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox