summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_openwrt.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-12 15:20:01 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-12 15:20:01 +0200
commit1d2f5c0ff1f2e9b29fa68d16603f26271fc7f767 (patch)
treea0b40865591cf12f1f30b1f147a5307106c73fc7 /bin/reproducible_openwrt.sh
parent90a3481afd09e3dde2e6d855d60f2d9179264f3e (diff)
downloadjenkins.debian.net-1d2f5c0ff1f2e9b29fa68d16603f26271fc7f767.tar.xz
reproducible openwrt: fix typo
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 82e8bc34..c87c74f4 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -82,7 +82,7 @@ echo "==========================================================================
git clone git://git.openwrt.org/openwrt.git
cd openwrt
OPENWRT="$(git log -1)"
-OPENWRT_VERSION=$(git describe -always)
+OPENWRT_VERSION=$(git describe --always)
echo "This is openwrt $OPENWRT_VERSION."
echo
git log -1