aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2016-05-27 14:01:39 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2016-05-27 14:01:39 -0700
commit17b064f0b9e4e6a2e86a17ec7155e9616da2965c (patch)
tree882704532dbb151593c37c68f706474ef76f62d7
parentinfra hosts: tweak build options. (diff)
downloadreleng-17b064f0.tar.gz
releng-17b064f0.tar.bz2
releng-17b064f0.zip
update*tree: fix variable.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rwxr-xr-xscripts/update_auto_tree2
-rwxr-xr-xscripts/update_official_tree2
-rwxr-xr-xscripts/update_snapshot_tree2
3 files changed, 3 insertions, 3 deletions
diff --git a/scripts/update_auto_tree b/scripts/update_auto_tree
index a68d561d..029ef703 100755
--- a/scripts/update_auto_tree
+++ b/scripts/update_auto_tree
@@ -2,7 +2,7 @@
PORTDIR="/release/trees/portage-auto/"
TMPREPO=$(mktemp)
trap "rm -f $TMPREPO" EXIT
-cat >$f <<EOF
+cat >$TMPREPO <<EOF
[DEFAULT]
main-repo = gentoo
diff --git a/scripts/update_official_tree b/scripts/update_official_tree
index 3424cb64..55ecea0b 100755
--- a/scripts/update_official_tree
+++ b/scripts/update_official_tree
@@ -2,7 +2,7 @@
PORTDIR="/release/trees/portage-official/"
TMPREPO=$(mktemp)
trap "rm -f $TMPREPO" EXIT
-cat >$f <<EOF
+cat >$TMPREPO <<EOF
[DEFAULT]
main-repo = gentoo
diff --git a/scripts/update_snapshot_tree b/scripts/update_snapshot_tree
index 3a5284ad..76cd00ea 100755
--- a/scripts/update_snapshot_tree
+++ b/scripts/update_snapshot_tree
@@ -2,7 +2,7 @@
PORTDIR="/release/trees/portage-snapshot/"
TMPREPO=$(mktemp)
trap "rm -f $TMPREPO" EXIT
-cat >$f <<EOF
+cat >$TMPREPO <<EOF
[DEFAULT]
main-repo = gentoo