update*tree: fix variable.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
Robin H. Johnson 2016-05-27 14:01:39 -07:00
parent b33c6d98be
commit 17b064f0b9
No known key found for this signature in database
GPG key ID: 19395F23C58826C4
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
PORTDIR="/release/trees/portage-auto/" PORTDIR="/release/trees/portage-auto/"
TMPREPO=$(mktemp) TMPREPO=$(mktemp)
trap "rm -f $TMPREPO" EXIT trap "rm -f $TMPREPO" EXIT
cat >$f <<EOF cat >$TMPREPO <<EOF
[DEFAULT] [DEFAULT]
main-repo = gentoo main-repo = gentoo

View file

@ -2,7 +2,7 @@
PORTDIR="/release/trees/portage-official/" PORTDIR="/release/trees/portage-official/"
TMPREPO=$(mktemp) TMPREPO=$(mktemp)
trap "rm -f $TMPREPO" EXIT trap "rm -f $TMPREPO" EXIT
cat >$f <<EOF cat >$TMPREPO <<EOF
[DEFAULT] [DEFAULT]
main-repo = gentoo main-repo = gentoo

View file

@ -2,7 +2,7 @@
PORTDIR="/release/trees/portage-snapshot/" PORTDIR="/release/trees/portage-snapshot/"
TMPREPO=$(mktemp) TMPREPO=$(mktemp)
trap "rm -f $TMPREPO" EXIT trap "rm -f $TMPREPO" EXIT
cat >$f <<EOF cat >$TMPREPO <<EOF
[DEFAULT] [DEFAULT]
main-repo = gentoo main-repo = gentoo