From: Vladimír Čunát Date: Fri, 17 May 2019 17:13:38 +0000 (+0200) Subject: fixup! kres-gen: make it work with static libkres as well X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f00c13408afdc0cc6e54e49465081dcfd28f25c4;p=thirdparty%2Fknot-resolver.git fixup! kres-gen: make it work with static libkres as well --- diff --git a/daemon/lua/kres-gen.sh b/daemon/lua/kres-gen.sh index 9b8b41ae2..090f4a354 100755 --- a/daemon/lua/kres-gen.sh +++ b/daemon/lua/kres-gen.sh @@ -9,7 +9,7 @@ KRESD="${MESON_BUILD_ROOT}/daemon/kresd" if [ ! -e "$LIBKRES" ]; then # We probably use static libkres. LIBKRES="$KRESD" -end +fi # Write to kres-gen.lua instead of stdout mv kres-gen.lua{,.bak} ||: