mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 01:51:45 +00:00
Don't use absolute paths in dds example
This commit is contained in:
committed by
Dennis Klein
parent
6e353d78b1
commit
e3d39f39f2
@@ -16,7 +16,7 @@ cleanup() {
|
||||
}
|
||||
|
||||
source @DDS_INSTALL_PREFIX@/DDS_env.sh
|
||||
export PATH=@BIN_DIR@:@PLUGIN_DIR@:$PATH
|
||||
export PATH=@BIN_DIR@:$PATH
|
||||
|
||||
exec 5>&1
|
||||
output=$(dds-session start | tee >(cat - >&5))
|
||||
|
Reference in New Issue
Block a user