diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-06-21 11:30:47 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-06-21 11:30:47 +0400 |
commit | 7bfe7cd264185ca729dfd13f396af7567072fbb5 (patch) | |
tree | b36ed56b284b07256e2157cf311f16ded9a82694 | |
parent | 5f8a09e7a580dd66e6c42382c3686d686fafef0e (diff) |
chore (dep.sh): only return 1 if the build dependencies are missing
-rwxr-xr-x | dep.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \ |