Skip to content

Commit

Permalink
[nao] Fix repo select in nao (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Aug 10, 2023
1 parent 7a9873d commit 9d52200
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/nao/nao.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ function SET() {

function DISPLAY() {
use_newline_separator
OUTPUT=`for line in ${SCENE[@]}; do echo $line; done`
RETURN=`echo "$OUTPUT" | ${SIMPLE}`
RETURN=`echo "${SCENE[*]}" | ${SIMPLE}`
use_space_separator
SAVED_RETURN=${RETURN}
}
Expand Down

0 comments on commit 9d52200

Please sign in to comment.