diff --git a/Userland/Shell/PosixParser.cpp b/Userland/Shell/PosixParser.cpp index c95cb423798..07f1732bb88 100644 --- a/Userland/Shell/PosixParser.cpp +++ b/Userland/Shell/PosixParser.cpp @@ -799,7 +799,7 @@ ErrorOr> Parser::parse_and_or() auto rhs = TRY(parse_pipeline()); if (!rhs) return RefPtr {}; - node = make_ref_counted( + node = make_ref_counted( node->position(), *node, rhs.release_nonnull(),