From a155f9142d5c15cc0e6c297c8cb0d858b8f6ce56 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 19 Oct 2015 10:03:59 +0200 Subject: reproducible: improve output --- bin/reproducible_openwrt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_openwrt.sh') diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index e855d7c7..99ae14e4 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -147,7 +147,7 @@ trap cleanup_tmpdirs INT TERM EXIT cd $TMPBUILDDIR echo "=============================================================================" -echo "$(date -u) - Cloning the OpenWrt git repository." +echo "$(date -u) - Cloning OpenWrt git repository." echo "=============================================================================" git clone --depth 1 git://git.openwrt.org/openwrt.git cd openwrt -- cgit v1.2.3-54-g00ecf