index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Luke Shumaker <lukeshu@parabola.nu> | 2017-02-06 02:55:30 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@parabola.nu> | 2017-02-06 03:10:11 -0500 |
commit | 09bc36a930319d1287c41b78b24acfb36b0a8715 (patch) | |
tree | b5835925ca7e38c9810c26e02f0ec5b29bea41f5 /archbuild.in | |
parent | 76dec8507e2e767db07f967644ed8958f85cd5a2 (diff) |
-rw-r--r-- | archbuild.in | 2 |
diff --git a/archbuild.in b/archbuild.in index 9c5d706..c1917c3 100644 --- a/archbuild.in +++ b/archbuild.in @@ -58,7 +58,7 @@ if ${clean_first} || [[ ! -d "${chroots}/${repo}-${arch}" ]]; then fi rm -rf --one-file-system "${copy}" done - exec 9>&- + lock_close 9 rm -rf --one-file-system "${chroots}/${repo}-${arch}" mkdir -p "${chroots}/${repo}-${arch}" |