Userland: Make `test' accept single-digit negative numbers

This commit is contained in:
AnotherTest
2020-12-11 19:01:48 +03:30
committed by Andreas Kling
parent 66b26fc1c2
commit bca7be2aef

View File

@@ -416,6 +416,7 @@ static OwnPtr<Condition> parse_simple_expression(char* argv[])
case 's':
fatal_error("Unsupported operator \033[1m%s", argv[optind]);
default:
--optind;
break;
}
}