]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
fixup! kres-gen: make it work with static libkres as well
authorVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 17 May 2019 17:13:38 +0000 (19:13 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 17 May 2019 17:13:38 +0000 (19:13 +0200)
daemon/lua/kres-gen.sh

index 9b8b41ae266be827cf4c6041499dd8d36eedd9c6..090f4a354d2d91b15cc3db5e00eab7668844fd1a 100755 (executable)
@@ -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} ||: