diff options
author | Reiner Herrmann <reiner@reiner-h.de> | 2015-06-14 22:30:21 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-14 22:33:05 +0200 |
commit | 1cd9947d4cca0d63512519061fab09875660732f (patch) | |
tree | 1749d4e34f9173c423ca2da9420f811d201f6ba8 | |
parent | c0dab831339ac40750e72c3cf6f77eff265ac678 (diff) | |
download | jenkins.debian.net-1cd9947d4cca0d63512519061fab09875660732f.tar.xz |
reproducible openwrt: fix typo
-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 c7cddcf3..353ff358 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -132,7 +132,7 @@ openwrt_cleanup() { } build_two_times() { - $TARGET=$1 + TARGET=$1 openwrt_config $TARGET openwrt_build_toolchain |