diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-12 15:20:01 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-12 15:20:01 +0200 |
commit | 1d2f5c0ff1f2e9b29fa68d16603f26271fc7f767 (patch) | |
tree | a0b40865591cf12f1f30b1f147a5307106c73fc7 /bin | |
parent | 90a3481afd09e3dde2e6d855d60f2d9179264f3e (diff) | |
download | jenkins.debian.net-1d2f5c0ff1f2e9b29fa68d16603f26271fc7f767.tar.xz |
reproducible openwrt: fix typo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_openwrt.sh | 2 |
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 |