From 510a4433d80822728d918902b716f748c7e78994 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 27 Feb 2021 16:51:07 -0600 Subject: Make shellcheck happy --- bollux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bollux b/bollux index 697447f..ec59196 100644 --- a/bollux +++ b/bollux @@ -123,8 +123,8 @@ bollux_config() { : "${BOLLUX_CONFIG:=${XDG_CONFIG_HOME:-$HOME/.config}/bollux/bollux.conf}" if [ -f "$BOLLUX_CONFIG" ]; then - # shellcheck disable=1090 log debug "Loading config file '$BOLLUX_CONFIG'" + # shellcheck disable=1090 . "$BOLLUX_CONFIG" else log debug "Can't load config file '$BOLLUX_CONFIG'." @@ -1041,7 +1041,7 @@ extract_links() { local url alt local re="^=>[[:space:]]*([^[:space:]]+)([[:space:]]+(.*))?$" while read -r; do - log d $re + log d "$re" if [[ $REPLY =~ $re ]]; then url="${BASH_REMATCH[1]}" alt="${BASH_REMATCH[3]}" -- cgit 1.4.1-21-gabe81