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
path: root/src/share
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2014-04-04 16:04:17 +0400
committerBryan Drewery <bryan@shatow.net>2014-04-04 16:04:17 +0400
commit8b8a5d96da73190646b2b7e2034f8c96cdce6a30 (patch)
tree358c0c992817807e6c7970bef0e88e0e68f42ecb /src/share
parent18e08e77295a306395ef2e01aef0412d96472502 (diff)
Need to include hash.sh
Diffstat (limited to 'src/share')
-rwxr-xr-xsrc/share/poudriere/common.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/share/poudriere/common.sh b/src/share/poudriere/common.sh
index bf263e1f..70df2883 100755
--- a/src/share/poudriere/common.sh
+++ b/src/share/poudriere/common.sh
@@ -3822,3 +3822,4 @@ fi
[ -d ${WATCHDIR} ] || mkdir -p ${WATCHDIR}
. $(dirname ${0})/include/parallel.sh
+. $(dirname ${0})/include/hash.sh