1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:37:35 +00:00

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;
}
}