diff options
Diffstat (limited to 'makechrootpkg.in')
-rw-r--r-- | makechrootpkg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makechrootpkg.in b/makechrootpkg.in index d7d3ecf..83aa5d3 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -147,7 +147,7 @@ create_chroot() { stat_done # Drop the read lock again - exec 8>&- + lock_close 8 fi } |