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 <bdrewery@FreeBSD.org>2022-07-13 19:15:39 +0300
committerGitHub <noreply@github.com>2022-07-13 19:15:39 +0300
commit8ca409c2f10ca6e4c5627a0a4a78fc9c170ceb7d (patch)
treee12695c0fcb60fd01f7161c85251b87fddbfa9b1
parentc7954fc134c913a79544029db7f786fa18f513d5 (diff)
parente8ebc40ef4777f63f949b00870a478842b91e06f (diff)
Merge pull request #1002 from jlduran/remove-extra-slash
image: Remove extra "/" in $OUTPUTDIR
-rw-r--r--src/share/poudriere/image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/poudriere/image.sh b/src/share/poudriere/image.sh
index bb7b3600..38e61f24 100644
--- a/src/share/poudriere/image.sh
+++ b/src/share/poudriere/image.sh
@@ -389,7 +389,7 @@ post_getopts
[ -n "${JAILNAME}" ] || usage
-: ${OUTPUTDIR:=${POUDRIERE_DATA}/images/}
+: ${OUTPUTDIR:=${POUDRIERE_DATA}/images}
: ${IMAGENAME:=poudriereimage}
: ${MEDIATYPE:=none}
: ${SWAPBEFORE:=0}