From 7bfe7cd264185ca729dfd13f396af7567072fbb5 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 21 Jun 2025 11:30:47 +0400 Subject: chore (dep.sh): only return 1 if the build dependencies are missing --- dep.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dep.sh') diff --git a/dep.sh b/dep.sh index 865a5be..67ead0f 100755 --- a/dep.sh +++ b/dep.sh @@ -45,7 +45,7 @@ check \ sxiv,nsxiv \ vim,nvim \ zathura \ - zsh,bash || retval=1 + zsh,bash # Script dependencies check \ @@ -54,7 +54,7 @@ check \ xgamma \ xinput \ xset \ - xwallpaper || retval=1 + xwallpaper # Build dependencies check \ -- cgit v1.2.3