Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/find-libdeps.in
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2017-02-06 02:55:30 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-03-25 12:09:33 -0400
commitd149cc9baf581e234cdf357ce37a604bf73115ea (patch)
treece42333902e990055f4bde7750d32dc10f7b7a8f /find-libdeps.in
parentf73c1f172f93b734ec46e861ed1ba8fbb05e65cf (diff)
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).
Diffstat (limited to 'find-libdeps.in')
0 files changed, 0 insertions, 0 deletions