mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 18:08:16 +00:00
[#3931] Use double quotes with @datarootdir@
Because it expands to shell variables like "${prefix}"
This commit is contained in:
parent
80c7cc97f6
commit
5f50fffd9b
@ -87,8 +87,8 @@ prefix="@prefix@"
|
||||
# If script is in sources, use modules from sources.
|
||||
# If script is in installation, use modules from installation.
|
||||
modules='@abs_top_srcdir@/src/share/yang/modules'
|
||||
if test "${script_path}" = '@datarootdir@/kea/yang/modules/utils'; then
|
||||
modules='@datarootdir@/kea/yang/modules'
|
||||
if test "${script_path}" = "@datarootdir@/kea/yang/modules/utils"; then
|
||||
modules="@datarootdir@/kea/yang/modules"
|
||||
fi
|
||||
if test -z "${modules+x}"; then
|
||||
printf 'ERROR: cannot find location of modules. Use this script from sources or from installation.\n' >&2
|
||||
|
Loading…
x
Reference in New Issue
Block a user