Skip to content

Commit 8e2b107

Browse files
committed
Only download bootstrap image if bootstrapping is needed
1 parent 2f09b43 commit 8e2b107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repro.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ done
339339
# Save command args (such as path to .pkg.tar.xz file)
340340
shift $((OPTIND-1))
341341

342-
get_bootstrap_img
342+
test -d "$BUILDDIRECTORY"/root || get_bootstrap_img
343343
check_root
344344
init_chroot
345345
cmd_check "$@"

0 commit comments

Comments
 (0)