# HG changeset patch # User dbateman # Date 1172102827 0 # Node ID 44a14099a7a8a2a0cd2d696c2c924f38bf209877 # Parent de4ae354c831910b3dd68115bd091310ca41cd38 [project @ 2007-02-22 00:07:07 by dbateman] diff -r de4ae354c831 -r 44a14099a7a8 scripts/pkg/pkg.m --- 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)});