From 80fd41115dcbda570293e0650a2f61a745201505 Mon Sep 17 00:00:00 2001 From: "Archie Hilton (thytom)" Date: Wed, 6 Nov 2019 14:56:04 +0000 Subject: I can't write bash --- bar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bar.sh') diff --git a/bar.sh b/bar.sh index 8a2ecef..5848966 100755 --- a/bar.sh +++ b/bar.sh @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -if [[ -z $CACHE_DIR ]]; then +if [[ ! -z $CACHE_DIR ]]; then OUTPUT_CACHE="$CACHE_DIR" else OUTPUT_CACHE="/home/$USER/.config/dwmbar/.cache/" -- cgit v1.2.3