From 189e0b507722557989885caf175f8b0c24a1e26f Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sat, 23 Jul 2016 20:56:06 +0200 Subject: reproducible/openwrt_common: rename first argument of save_logs() into project The previous name was type which is a little bit disambicious Signed-off-by: Holger Levsen --- bin/reproducible_openwrt_common.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh index 70f811f8..a678f6a7 100644 --- a/bin/reproducible_openwrt_common.sh +++ b/bin/reproducible_openwrt_common.sh @@ -23,13 +23,13 @@ create_results_dirs() { mkdir -p $BASE/$project/dbd } -# type = openwrt or lede +# project = openwrt or lede # postfix = we use the postfix to save difference of the first and second build save_logs() { - local type="$1" + local project="$1" local postfix="$2" - tar cJf "$BASE/${type}/dbd/logs_${postfix}.tar.xz" logs/ + tar cJf "$BASE/${project}/dbd/logs_${postfix}.tar.xz" logs/ } save_lede_results() { -- cgit v1.2.3-70-g09d2