From a27d8cc42a10b6792ebdc653d2d1abf996d26e48 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sat, 30 Jul 2016 22:15:41 +0200 Subject: reproducible/openwrt|lede: rename argument from slave -> node To conform to the naming on other scripts Signed-off-by: Holger Levsen --- bin/reproducible_lede.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/reproducible_lede.sh') diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh index 534056c4..7622c70b 100755 --- a/bin/reproducible_lede.sh +++ b/bin/reproducible_lede.sh @@ -20,8 +20,7 @@ set -e # * it's called from the reproducible_wrapper when running on the master # * it's called from reproducible_opewnrt_common when doing remote builds case $1 in - slave) - # execute the slave + node) shift $@ exit $? -- cgit v1.2.3-54-g00ecf