From 1d2f5c0ff1f2e9b29fa68d16603f26271fc7f767 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 12 Jun 2015 15:20:01 +0200 Subject: reproducible openwrt: fix typo --- 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 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 -- cgit v1.2.3-54-g00ecf