]> code.ossystems Code Review - openembedded-core.git/commitdiff
create-lsb-iamge:Fix bugs
authorXiaofeng Yan <xiaofeng.yan@windriver.com>
Fri, 29 Apr 2011 08:43:57 +0000 (16:43 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 May 2011 23:50:01 +0000 (00:50 +0100)
Change variables "${ARCH}" to "${1}"

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
scripts/create-lsb-image

index 94cb337678fc79dfc0b914919a95610147d56d35..48b96e241d377b4446bd5b369321076c31ad6042 100755 (executable)
@@ -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"
     ;;
 *)