mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-21 10:38:24 +00:00
Userland: Make `test' accept single-digit negative numbers
This commit is contained in:
committed by
Andreas Kling
parent
66b26fc1c2
commit
bca7be2aef
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user