From 5761e8368a66db312831aa77e477691af604072f Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 2 Aug 2016 17:11:24 +0200 Subject: reproducible/openwrt|lede: add debug line to see what argument got called Signed-off-by: Holger Levsen --- bin/reproducible_lede.sh | 1 + bin/reproducible_openwrt.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh index 5c94dd29..8d94c2a9 100755 --- a/bin/reproducible_lede.sh +++ b/bin/reproducible_lede.sh @@ -16,6 +16,7 @@ common_init . /srv/jenkins/bin/reproducible_openwrt_common.sh set -e +echo "$0 got called with '$@'" # this script is called from positions # * it's called from the reproducible_wrapper when running on the master # * it's called from reproducible_opewnrt_common when doing remote builds diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index f12dcd5b..54389d4c 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -16,6 +16,7 @@ common_init . /srv/jenkins/bin/reproducible_openwrt_common.sh set -e +echo "$0 got called with '$@'" # this script is called from positions # * it's called from the reproducible_wrapper when running on the master # * it's called from reproducible_opewnrt_common when doing remote builds -- cgit v1.2.3-54-g00ecf