Skip to content

Commit

Permalink
Add missing LD_PRELOAD for simple
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Aug 10, 2023
1 parent f661140 commit 1348432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nao/nao.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function SET() {

function DISPLAY() {
use_newline_separator
RETURN=`echo "${SCENE[*]}" | ${SIMPLE}`
RETURN=`echo "${SCENE[*]}" | LD_PRELOAD=${_PRELOAD} ${SIMPLE}`
use_space_separator
SAVED_RETURN=${RETURN}
}
Expand Down

0 comments on commit 1348432

Please sign in to comment.