From 056698630850aa2782124a5537438e76413f0df0 Mon Sep 17 00:00:00 2001 From: COW_ILLUMINATI Date: Wed, 5 Jun 2024 20:55:14 -0400 Subject: [PATCH] Mysterious EOF fix? --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6409c70..6d37aca 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: install: cp cowfetch /usr/local/bin/ mkdir -p /etc/cowfetch - - if [ ! -f /etc/cowfetch/logo.ascii ]; then - cp logo.ascii /etc/cowfetch/logo.ascii + if [ ! -f /etc/cowfetch/logo.ascii ]; + thencp logo.ascii /etc/cowfetch/logo.ascii fi +