diff options
-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 |