devtools/lib
Luke Shumaker 997bc1dc0d
lib/common.sh: add 'lock_close'; use it as appropriate.
`lock_close FD` is easier to remember than 'exec FD>&-`; and is especially
easier if FD is a variable (though that isn't actually taken advantage of
here).

This uses Bash 4.1+ `exec {var}>&-`, rather than the clunkier
`eval exec "$var>&-"` that was necessary in older versions of Bash.
Thanks to Dave Reisner for pointing this new bit of syntax out to me
the last time I submitted this (back in 2014, 4.1 had just come out).
2017-04-05 22:03:00 +02:00
..
archroot.sh archbuild/makechrootpkg: Delete subvolumes in roots 2017-03-07 20:39:11 +01:00
common.sh lib/common.sh: add 'lock_close'; use it as appropriate. 2017-04-05 22:03:00 +02:00
valid-tags.sh archrelease: Validate tags before releasing 2012-02-12 12:35:14 +01:00