Skip to content

Commit

Permalink
repro: Fix chroot version file
Browse files Browse the repository at this point in the history
Signed-off-by: Morten Linderud <[email protected]>
  • Loading branch information
Foxboron committed Nov 14, 2020
1 parent bd7c1e2 commit ec7fde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repro.in
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ function init_chroot(){
touch "$BUILDDIRECTORY/root/.repro-1"
lock_close 9
else
if [ ! -d "$BUILDDIRECTORY/root/.repro-1" ]; then
if [ ! -f "$BUILDDIRECTORY/root/.repro-1" ]; then
error "Please delete $BUILDDIRECTORY and initialize the chroots again"
exit 1
fi
Expand Down

0 comments on commit ec7fde5

Please sign in to comment.