Skip to content
Snippets Groups Projects
Commit a3f9ccd2 authored by George Nachman's avatar George Nachman
Browse files

Bump minimum shell integration for bash to 5

parent 5b687efe
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -3794,7 +3794,7 @@ static NSString *const kInilineFileInset = @"inset"; // NSValue of NSEdgeInsets
NSDictionary<NSString *, NSNumber *> *lastVersionByShell =
@{ @"tcsh": @2,
@"bash": @2,
@"bash": @5,
@"zsh": @2,
@"fish": @5 };
NSInteger latestKnownVersion = [lastVersionByShell[shell ?: @""] integerValue];
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment