Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2018-03-04 23:54:48 +0300
committerBryan Drewery <bryan@shatow.net>2018-03-05 00:19:41 +0300
commitd9e74426120d04dee1e2a5e14c65278ce47a303a (patch)
tree7a26d90be45bfb5d3c0be41495e0d8884cfad882 /src/share/poudriere/include
parent64430ebcea8a01d339ab4e539690d14d644b1f3b (diff)
Fix wrong param order for slock_acquire
Diffstat (limited to 'src/share/poudriere/include')
-rw-r--r--src/share/poudriere/include/html.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/poudriere/include/html.sh b/src/share/poudriere/include/html.sh
index 86ad5596..3f9f43e0 100644
--- a/src/share/poudriere/include/html.sh
+++ b/src/share/poudriere/include/html.sh
@@ -173,7 +173,7 @@ install_html_files() {
local base="$2"
local dest="$3"
- slock_acquire html_base 2>/dev/null 2 || return 0
+ slock_acquire html_base 2 2>/dev/null || return 0
# Update the base copy
mkdir -p "${base}"