Explorar o código

build-arm-images.sh.in: fix typo

Toyam Cox %!s(int64=8) %!d(string=hai) anos
pai
achega
dc9c842f9c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build-arm-images.sh.in

+ 1 - 1
build-arm-images.sh.in

@@ -15,7 +15,7 @@ for f in ${PLATFORMS} x ${PLATFORMS} ; do
 	if [ -n "$musl" ]; then
 		target=${f}-musl
 	fi
-        if [ -z "$ARGET" -o "$TARGET" = "$target" ]; then
+        if [ -z "$TARGET" -o "$TARGET" = "$target" ]; then
 		./mkrootfs.sh $@ $target && ./mkimage.sh void-${target}-rootfs-${DATE}.tar.xz && xz -T0 -9 void-${target}-${DATE}.img
 	fi
 done