From: Lionel Sambuc Date: Fri, 19 Oct 2012 19:32:34 +0000 (+0200) Subject: Adding -nt flag to test X-Git-Tag: v3.2.1~264 X-Git-Url: http://zhaoyanbai.com/repos/man.arpaname.html?a=commitdiff_plain;h=ece05d227f15240248969bf7f929db8865864493;p=minix.git Adding -nt flag to test This is needed by build.sh. --- diff --git a/commands/ash/bltin/binary_op b/commands/ash/bltin/binary_op index 74381107b..985fe4077 100755 --- a/commands/ash/bltin/binary_op +++ b/commands/ash/bltin/binary_op @@ -11,6 +11,7 @@ AND2 & 2 STREQ = 4 OP_STRING STRNE != 4 OP_STRING NEWER -newer 4 OP_STRING +NEWER -nt 4 OP_STRING OLDER -ot 4 OP_STRING EQ -eq 4 OP_INT NE -ne 4 OP_INT