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:
Diffstat (limited to 'src/share/poudriere/include/util.sh')
-rw-r--r--src/share/poudriere/include/util.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/poudriere/include/util.sh b/src/share/poudriere/include/util.sh
index 657c5a65..a4fc4d34 100644
--- a/src/share/poudriere/include/util.sh
+++ b/src/share/poudriere/include/util.sh
@@ -699,7 +699,7 @@ mapfile_read() {
fi
hash_get mapfile_fd "${handle}" fd || fd=8
- read_blocking "$@" <&${fd}
+ read_blocking -r "$@" <&${fd}
}
mapfile_write() {