Don't use absolute paths in dds example

This commit is contained in:
Alexey Rybalchenko
2019-07-17 17:54:23 +02:00
committed by Dennis Klein
parent 6e353d78b1
commit e3d39f39f2
3 changed files with 8 additions and 10 deletions

View File

@@ -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))