summaryrefslogtreecommitdiffstats
path: root/FUNCTIONS
diff options
context:
space:
mode:
authorIsmael Luceno2020-04-19 20:21:44 +0200
committerIsmael Luceno2020-04-19 20:22:46 +0200
commit33eff5b617914461ccbca43252e47380b2359966 (patch)
tree3d93b925e91fadf88aec72fa665de1dd18457377 /FUNCTIONS
parent680d4f78baf356b39c5887e38d0340552c3a88a1 (diff)
FUNCTIONS: vdepends: Add unversioned dependencies
Diffstat (limited to 'FUNCTIONS')
-rwxr-xr-xFUNCTIONS2
1 files changed, 1 insertions, 1 deletions
diff --git a/FUNCTIONS b/FUNCTIONS
index 4eba101aeb..9d2c8fbc56 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -941,7 +941,7 @@ function check_tmp_noexec() {
vdepends(){
while read dep op depver flags; do
case "$op" in
- '>'|'>='|'<'|'<='|'='|'!=') ;;
+ '>'|'>='|'<'|'<='|'='|'!='|'') ;;
*)
message "${PROBLEM_COLOR}Unsupported operator \"$op\".$DEFAULT_COLOR"
return 1