changeset 6336:44a14099a7a8

[project @ 2007-02-22 00:07:07 by dbateman]
author dbateman
date Thu, 22 Feb 2007 00:07:07 +0000
parents de4ae354c831
children 24e127df8e17
files scripts/pkg/pkg.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/pkg/pkg.m	Wed Feb 21 18:19:07 2007 +0000
+++ b/scripts/pkg/pkg.m	Thu Feb 22 00:07:07 2007 +0000
@@ -992,7 +992,7 @@
                        "The dependency %s has the wrong syntax.\n"], dep);
             endif
             operator = parts{idx(1)};
-            if (!any(strcmp(operator, {">=", "<=", "=="}))) ## XXX: I belive we also support ">" and "<" 
+            if (!any(strcmp(operator, {">", ">=", "<=", "<", "=="})))
                 error("Unsupported operator: %s", operator);
             endif
             version  = fix_version(parts{idx(2)});