From 193c178dd97b19c252f6d9e2940a474fff3bec7a Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sat, 30 Jul 2016 22:18:14 +0200 Subject: reproducible/openwrt|lede: remove arguments from common_init Until now there wasn't any arguments used to this script. Signed-off-by: Holger Levsen --- bin/reproducible_lede.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_lede.sh') diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh index 7622c70b..3efa5a70 100755 --- a/bin/reproducible_lede.sh +++ b/bin/reproducible_lede.sh @@ -9,7 +9,7 @@ OPENWRT_GIT_REPO=https://git.lede-project.org/source.git OPENWRT_GIT_BRANCH=master DEBUG=true . /srv/jenkins/bin/common-functions.sh -common_init "$@" +common_init # common code defining db access . /srv/jenkins/bin/reproducible_common.sh -- cgit v1.2.3-54-g00ecf