~rabbits/orca

3b42c8e3b247b0f36e2c19ed10053f75be1b96d9 — cancel 2 years ago 9074100
Clean up wording of comment in tool script
1 files changed, 1 insertions(+), 1 deletions(-)

M tool
M tool => tool +1 -1
@@ 416,7 416,7 @@ build_target() {
      local curses_flags=0
      if [[ $os == linux ]]; then
        if curses_flags=$(pkg-config --libs ncursesw formw 2>/dev/null); then
          # append flags to array, splitting on spaces
          # split by spaces into separate args, then append to array
          IFS=" " read -r -a libraries <<< "$curses_flags"
          curses_flags=1
        fi