diff --git a/zlibs/bootstrap b/zlibs/bootstrap index 59a24ba..603690a 100644 --- a/zlibs/bootstrap +++ b/zlibs/bootstrap @@ -97,7 +97,7 @@ EOF chroot-script addcachepubkey || zerr } - if [ -n "$TAR_STAGE4" ]]; then + if [[ -n "$TAR_STAGE4" ]]; then bootstrap_tar_unpack "$bootstrap_tgz_stage4" "$strapdir" || zerr else bootstrap_tar_pack "$bootstrap_tgz_stage3" || zerr