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
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/share/poudriere/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/poudriere/common.sh b/src/share/poudriere/common.sh
index af13d175..ab4af074 100755
--- a/src/share/poudriere/common.sh
+++ b/src/share/poudriere/common.sh
@@ -4717,7 +4717,7 @@ stop_builders() {
[ -d "${TMPFS_BLACKLIST_TMPDIR}/wrkdirs" ]; then
if ! rm -rf "${TMPFS_BLACKLIST_TMPDIR}/wrkdirs/"*; then
chflags -R 0 \
- "${TMPFS_BLACKLIST_TMPDIR}/wkrdirs"/* || :
+ "${TMPFS_BLACKLIST_TMPDIR}/wrkdirs"/* || :
rm -rf "${TMPFS_BLACKLIST_TMPDIR}/wrkdirs"/* ||
:
fi