create-lsb-iamge:Fix bugs

Change variables "${ARCH}" to "${1}"

(From OE-Core rev: 18ac34ad614adaa918daf4bf93ce0eb1f42413c1)

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Xiaofeng Yan 2011-04-29 16:43:57 +08:00 committed by Richard Purdie
parent ea0e29150e
commit f8e02f31a7
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ case ${1} in
;;
"ppc32")
P_ARCH=ppc
T_ARCH=${ARCH}
T_ARCH=${1}
COM_PACKAGE_LIST="lsb-dist-testkit-4.1.0-5.${T_ARCH}.tar.gz"
;;
*)