summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_openwrt.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-19 10:03:59 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-19 10:03:59 +0200
commita155f9142d5c15cc0e6c297c8cb0d858b8f6ce56 (patch)
tree1d694203dc56d1aea163a6a63f30cbfbc71e29e1 /bin/reproducible_openwrt.sh
parentd62a1d054dc3948aff3493fa69b195173370e5a7 (diff)
downloadjenkins.debian.net-a155f9142d5c15cc0e6c297c8cb0d858b8f6ce56.tar.xz
reproducible: improve output
Diffstat (limited to 'bin/reproducible_openwrt.sh')
-rwxr-xr-xbin/reproducible_openwrt.sh2
1 files changed, 1 insertions, 1 deletions
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