aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorXiaofeng Yan <xiaofeng.yan@windriver.com>2011-04-29 16:43:57 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-04 00:50:01 +0100
commit18ac34ad614adaa918daf4bf93ce0eb1f42413c1 (patch)
tree04bfbdaf3750908bfc3cc7d97f59d9540308215f /scripts
parentfa4f6d1d01a3ce9fbc6f479f65138f1af7369714 (diff)
downloadopenembedded-core-18ac34ad614adaa918daf4bf93ce0eb1f42413c1.tar.gz
create-lsb-iamge:Fix bugs
Change variables "${ARCH}" to "${1}" Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-lsb-image2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-lsb-image b/scripts/create-lsb-image
index 94cb337678..48b96e241d 100755
--- a/scripts/create-lsb-image
+++ b/scripts/create-lsb-image
@@ -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"
;;
*)