X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-live;h=8b3ac133fc26aa76b7e4271e5f0f6de9ce7b203a;hb=ebfb32f91866e41d34c8e921c6f4cfbae06e3f63;hp=1e8ddadd4dc2eed7151017e28a1c922067991707;hpb=9dafaad2fe959f195d68a38655f60d00ee028256;p=grml-live.git diff --git a/grml-live b/grml-live index 1e8ddad..8b3ac13 100755 --- a/grml-live +++ b/grml-live @@ -516,8 +516,7 @@ if [ -n "${UNPACK_CHROOT}" ]; then log "Unpacking chroot from ${UNPACK_CHROOT}" einfo "Unpacking chroot from ${UNPACK_CHROOT}" [ -d "$CHROOT_OUTPUT" ] || mkdir -p "${CHROOT_OUTPUT}" - tar -xf "${UNPACK_CHROOT}" -C "${CHROOT_OUTPUT}/" --strip-components 1 | RC=$? - echo $RC + tar -xf "${UNPACK_CHROOT}" -C "${CHROOT_OUTPUT}/" --strip-components 1 ; RC=$? if [ "$RC" != 0 ] ; then eend 1 bailout 1