Module: setup-scripts Branch: master Commit: 41b6c4cdc7da95f371bcaf0656c949c434a09508
Author: Koen Kooi <k...@dominion.thruhere.net> Date: Wed Jan 11 12:55:20 2012 +0100 layerman: fix typo in text output Signed-off-by: Koen Kooi <k...@dominion.thruhere.net> --- scripts/layers.awk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/layers.awk b/scripts/layers.awk index c360037..7549c1e 100755 --- a/scripts/layers.awk +++ b/scripts/layers.awk @@ -4,6 +4,6 @@ BEGIN { print "Configured layers:\n"; } -$1 != "# Name" { print "layer repository nam/e: " $1 "\nlayer uri: " $2 "\nlayer branch/revision: " $3 "/" $4 ; system("${OE_BASE}/scripts/layerman " $1 " " $2 " " $3 " " $4 " " command " " commandarg);} +$1 != "# Name" { print "layer repository name: " $1 "\nlayer uri: " $2 "\nlayer branch/revision: " $3 "/" $4 ; system("${OE_BASE}/scripts/layerman " $1 " " $2 " " $3 " " $4 " " command " " commandarg);} _______________________________________________ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel