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:
authorJose Luis Duran <jlduran@users.noreply.github.com>2021-11-08 19:29:32 +0300
committerJose Luis Duran <jlduran@users.noreply.github.com>2022-06-18 18:02:25 +0300
commite8ebc40ef4777f63f949b00870a478842b91e06f (patch)
treee80551349c62d9c300687072b44728a430ddd634
parent060395ad7f491ae95879f6e2623c6eb088e72a16 (diff)
image: Remove extra "/" in $OUTPUTDIR
No functional change intended.
-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}