aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-12-08 23:36:17 -0500
committerMike Frysinger <vapier@gentoo.org>2016-12-21 20:20:02 -0500
commitd56243723abc19f19ca7e9c586ab12596ea0bfb3 (patch)
tree016148e8c10d8afcd266aeaf9bb34d55f3cb5eca
parenttools-musl: remove useless package.accept_keywords for mips (diff)
downloadreleng-d56243723abc19f19ca7e9c586ab12596ea0bfb3.tar.gz
releng-d56243723abc19f19ca7e9c586ab12596ea0bfb3.tar.bz2
releng-d56243723abc19f19ca7e9c586ab12596ea0bfb3.zip
catalyst-auto: drop unused variables
-rwxr-xr-xtools/catalyst-auto7
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/catalyst-auto b/tools/catalyst-auto
index 719c3ccf..f632e9d3 100755
--- a/tools/catalyst-auto
+++ b/tools/catalyst-auto
@@ -87,21 +87,21 @@ update_symlinks() {
# This is a skeleton function that you can override from the config file.
# It will be called by pre_build and after completing the build of a set
# to ensure the symlinks point to the latest built stages.
- local foo=bar
+ :
}
pre_build() {
# This is a skeleton function that you can override from the config file.
# It will be executed before the build is started. You can use this to
# update the checkout of the releng repo
- local foo=bar
+ :
}
post_build() {
# This is a skeleton function that you can override from the config file.
# It will be executed after the build is successfully completed. You can
# use this to rsync the builds to another box
- local foo=bar
+ :
}
catalyst_var() {
@@ -111,7 +111,6 @@ catalyst_var() {
}
# Parse args
-params=${#}
while [ ${#} -gt 0 ]
do
a=${1}