summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-06-21 11:30:47 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-06-21 11:30:47 +0400
commit7bfe7cd264185ca729dfd13f396af7567072fbb5 (patch)
treeb36ed56b284b07256e2157cf311f16ded9a82694
parent5f8a09e7a580dd66e6c42382c3686d686fafef0e (diff)
chore (dep.sh): only return 1 if the build dependencies are missing
-rwxr-xr-xdep.sh4
1 files changed, 2 insertions, 2 deletions
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 \