2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[963] fix run_dbutil.sh script to not change cwd

with this change, you can pass run_dbutil.sh a relative path name for the db file
This commit is contained in:
Jelte Jansen
2012-03-23 11:37:44 +01:00
parent 0f487a9980
commit b204a39d5b

View File

@@ -37,5 +37,4 @@ export B10_FROM_SOURCE
BIND10_MSGQ_SOCKET_FILE=@abs_top_builddir@/msgq_socket
export BIND10_MSGQ_SOCKET_FILE
cd ${DBUTIL_PATH}
exec ${PYTHON_EXEC} -O b10-dbutil "$@"
exec ${PYTHON_EXEC} -O ${DBUTIL_PATH}/b10-dbutil "$@"