makechrootpkg: Unindent as suggested in 2fd5931

This commit is contained in:
Jan Alexander Steffens (heftig) 2017-04-05 22:20:01 +02:00
parent 578a62f1e0
commit 2243a276e4
No known key found for this signature in database
GPG Key ID: A5E9288C4FA415FA
1 changed files with 17 additions and 19 deletions

View File

@ -112,7 +112,6 @@ sync_chroot() {
return 1
fi
if true; then # indent for rebasing/merging purposes
# Get a read lock on the root chroot to make
# sure we don't clone a half-updated chroot
slock 8 "$chrootdir/root.lock" \
@ -132,7 +131,6 @@ sync_chroot() {
# Drop the read lock again
lock_close 8
fi
# Update mtime
touch "$copydir"