From ece05d227f15240248969bf7f929db8865864493 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Fri, 19 Oct 2012 21:32:34 +0200 Subject: [PATCH] Adding -nt flag to test This is needed by build.sh. --- commands/ash/bltin/binary_op | 1 + 1 file changed, 1 insertion(+) 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 -- 2.44.0