[PATCH 1/2] MAKEALL: explicitly use bash

Sascha Hauer s.hauer at pengutronix.de
Mon Jan 2 09:04:17 EST 2012


The script still contains bashisms, so use bash.

Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 MAKEALL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MAKEALL b/MAKEALL
index 25b9977..1ba4710 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # Print statistics when we exit
 trap exit 1 2 3 15
-- 
1.7.7.3




More information about the barebox mailing list