* [PATCH 2/2] MAKEALL: use '.' instead of 'source'
@ 2011-11-28 7:31 Sascha Hauer
0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2011-11-28 7:31 UTC (permalink / raw)
To: barebox
'source' is not available on dash.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
MAKEALL | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/MAKEALL b/MAKEALL
index e987de2..25b9977 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -234,7 +234,7 @@ then
CONFIG="./${CONFIG}"
fi
- source "${CONFIG}"
+ . "${CONFIG}"
fi
[ -d "${LOGDIR}" ] || mkdir ${LOGDIR} || exit 1
--
1.7.7.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-11-28 7:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-28 7:31 [PATCH 2/2] MAKEALL: use '.' instead of 'source' Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox