From 29c32656227db400f3ca1ca6c871b3f81ce17f96 Mon Sep 17 00:00:00 2001 From: Paul Reeves Date: Fri, 3 Feb 2023 15:06:15 +0100 Subject: [PATCH] Rollback use of long form option for cp and add doc note for reason --- test/testudrkit.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/testudrkit.sql b/test/testudrkit.sql index 7c30874..f9e5e24 100644 --- a/test/testudrkit.sql +++ b/test/testudrkit.sql @@ -5,7 +5,8 @@ set names UTF8; input recreate_db.ddl; -- deploy the UDR library -shell cp --dereference ../build/x86_64-linux/libMyFirstUDRKit.so /opt/firebird/plugins/udr/ ; +-- (Note it is not possible to use the long form of -L here due to the double-dash +shell cp -L ../build/x86_64-linux/libMyFirstUDRKit.so /opt/firebird/plugins/udr/ ; -- declare the UDR library - must be done before we declare -- database objects that reference functions in the library!