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'"
|
# Parse "alias name='value'"
|
||||||
parseAlias = line:
|
parseAlias = line:
|
||||||
let
|
let
|
||||||
match = builtins.match "alias ([^=]+)='(.*)'" line;
|
nxcmatch = builtins.match "alias ([^=]+)='(.*)'" line;
|
||||||
in
|
in
|
||||||
if match == null then null else {
|
if match == null then null else {
|
||||||
name = builtins.elemAt match 0;
|
name = builtins.elemAt match 0;
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ let
|
|||||||
# Parse "alias name='value'"
|
# Parse "alias name='value'"
|
||||||
parseAlias = line:
|
parseAlias = line:
|
||||||
let
|
let
|
||||||
match = builtins.match "alias ([^=]+)='(.*)'" line;
|
nxcmatch = builtins.match "alias ([^=]+)='(.*)'" line;
|
||||||
in
|
in
|
||||||
if match == null then null else {
|
if match == null then null else {
|
||||||
name = builtins.elemAt match 0;
|
name = builtins.elemAt match 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user