X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4050a04413dda769b60118e3bbb518639be6828a..88d5edb00796448347da8544088b0db1f9b61ddf:/src/scripts/lookups-Makefile diff --git a/src/scripts/lookups-Makefile b/src/scripts/lookups-Makefile index 959d49e11..2c4dc96b8 100755 --- a/src/scripts/lookups-Makefile +++ b/src/scripts/lookups-Makefile @@ -2,13 +2,13 @@ # We turn the configure-built build-$foo/lookups/Makefile.predynamic into Makefile -if [ -x /usr/xpg4/bin/sh ] && [ -z "EXIM_BLOCK_XPG4_LOOP" ] +if [ -x /usr/xpg4/bin/sh ] && [ -z "$EXIM_BLOCK_XPG4_LOOP" ] then EXIM_BLOCK_XPG4_LOOP=yes export EXIM_BLOCK_XPG4_LOOP PATH="/usr/xpg4/bin:$PATH" export PATH - exec /usr/xpg4/bin/sh "$@" + exec /usr/xpg4/bin/sh "$0" "$@" fi input=lookups/Makefile.predynamic