From 3b42c8e3b247b0f36e2c19ed10053f75be1b96d9 Mon Sep 17 00:00:00 2001 From: cancel <cancel@cancel.fm> Date: Thu, 12 Nov 2020 14:20:18 +0900 Subject: [PATCH] Clean up wording of comment in tool script --- tool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool b/tool index cba07a8..be0bf1c 100755 --- a/tool +++ b/tool @@ -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