From 94a48596a3d168f80462a7f2be9ece9dc0da09f8 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Sat, 11 May 2002 03:08:12 +0000 Subject: EXPR_COMPAT should imply -e, since there is no way to specify it otherwise, and -e reflects the historic behavior of FreeBSD's expr. --- bin/expr/expr.y | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/expr/expr.y') diff --git a/bin/expr/expr.y b/bin/expr/expr.y index 92c0e5f2df50..c73d85360deb 100644 --- a/bin/expr/expr.y +++ b/bin/expr/expr.y @@ -280,6 +280,7 @@ main(int argc, char *argv[]) setlocale (LC_ALL, ""); if (getenv("EXPR_COMPAT") != NULL) { av = argv + 1; + eflag = 1; } else { while ((c = getopt(argc, argv, "e")) != -1) switch (c) { -- cgit v1.3