]> Zhao Yanbai Git Server - minix.git/commitdiff
Adding -nt flag to test
authorLionel Sambuc <lionel@minix3.org>
Fri, 19 Oct 2012 19:32:34 +0000 (21:32 +0200)
committerLionel Sambuc <lionel@minix3.org>
Mon, 22 Oct 2012 09:37:43 +0000 (11:37 +0200)
This is needed by build.sh.

commands/ash/bltin/binary_op

index 74381107b04d52930bc0a2551c58b461c2f70db1..985fe40779454fedcf1231675b5d6674f96bdf64 100755 (executable)
@@ -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