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>2016-06-24 03:15:44 +0300
committerBryan Drewery <bryan@shatow.net>2017-02-22 03:20:09 +0300
commit4724e0b881bf304231f327769c53ecffeaedd33b (patch)
treedaf47f28c9c88793da3f64f098cb11c0088b36ca /Makefile.am
parent1a3c1cce2e7e8ab645d7c754663b85b4aaa280ec (diff)
Move read_line to util.sh for sharing outside of Poudriere
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0d0b1844..4dd26a5b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,7 +57,8 @@ dist_include_HEADERS= \
src/share/poudriere/include/html.sh \
src/share/poudriere/include/hash.sh \
src/share/poudriere/include/fs.sh \
- src/share/poudriere/include/parallel.sh
+ src/share/poudriere/include/parallel.sh \
+ src/share/poudriere/include/util.sh
dist_awk_DATA= src/share/poudriere/awk/dependency_loop.awk \
src/share/poudriere/awk/humanize.awk \