9
0
Fork 0

MAKEALL: use '.' instead of 'source'

'source' is not available on dash.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2011-11-27 11:49:16 +01:00
parent 38884dabbe
commit ad9ef4c148
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ then
CONFIG="./${CONFIG}"
fi
source "${CONFIG}"
. "${CONFIG}"
fi
[ -d "${LOGDIR}" ] || mkdir ${LOGDIR} || exit 1