From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wg0-x236.google.com ([2a00:1450:400c:c00::236]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YxGyu-0004Sp-0V for barebox@lists.infradead.org; Tue, 26 May 2015 15:41:28 +0000 Received: by wghq2 with SMTP id q2so100938658wgh.1 for ; Tue, 26 May 2015 08:41:06 -0700 (PDT) MIME-Version: 1.0 Date: Tue, 26 May 2015 17:41:06 +0200 Message-ID: From: Jean-Christophe BEGUE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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: Programatically write in a file in the environnent with a hush command To: barebox@lists.infradead.org Hello, I'm trying to pass a value from Barebox to the operating system, using the usreland command bareboxenv -l. My problem is : How should I write that status from my hush barebox script? echo $mystatus > /env/data/my_status_file The above command doesn't work as '>' is not implemented. I've the feeling that I'm missing something? Jean-Christophe BEGUE _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox