shithub: orca

Download patch

ref: 3b42c8e3b247b0f36e2c19ed10053f75be1b96d9
parent: 9074100199d9c82b6ee5ca40606c3e2057092350
author: cancel <cancel@cancel.fm>
date: Thu Nov 12 09:20:18 EST 2020

Clean up wording of comment in tool script

--- a/tool
+++ b/tool
@@ -416,7 +416,7 @@
       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
--