Regenerated
This commit is contained in:
+353
-353
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1368,7 +1368,7 @@ let
|
||||
# Parse "alias name='value'"
|
||||
parseAlias = line:
|
||||
let
|
||||
nxcmatch = builtins.match "alias ([^=]+)='(.*)'" line;
|
||||
nmatch = builtins.match "alias ([^=]+)='(.*)'" line;
|
||||
in
|
||||
if match == null then null else {
|
||||
name = builtins.elemAt match 0;
|
||||
|
||||
@@ -12,7 +12,7 @@ let
|
||||
# Parse "alias name='value'"
|
||||
parseAlias = line:
|
||||
let
|
||||
nxcmatch = builtins.match "alias ([^=]+)='(.*)'" line;
|
||||
nmatch = builtins.match "alias ([^=]+)='(.*)'" line;
|
||||
in
|
||||
if match == null then null else {
|
||||
name = builtins.elemAt match 0;
|
||||
|
||||
Reference in New Issue
Block a user