Rollback use of long form option for cp and add doc note for reason
This commit is contained in:
parent
19583c2877
commit
29c3265622
@ -5,7 +5,8 @@ set names UTF8;
|
|||||||
input recreate_db.ddl;
|
input recreate_db.ddl;
|
||||||
|
|
||||||
-- deploy the UDR library
|
-- 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
|
-- declare the UDR library - must be done before we declare
|
||||||
-- database objects that reference functions in the library!
|
-- database objects that reference functions in the library!
|
||||||
|
Loading…
Reference in New Issue
Block a user