mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
Shell: Do not treat the absence of an init script as an error
This commit is contained in:
parent
e83c36d053
commit
6d17fe38a4
Notes:
sideshowbarker
2024-07-19 05:07:11 +09:00
Author: https://github.com/alimpfard
Commit: 6d17fe38a4
Pull-request: https://github.com/SerenityOS/serenity/pull/2705
3 changed files with 6 additions and 5 deletions
|
@ -73,7 +73,7 @@ public:
|
|||
|
||||
int run_command(const StringView&);
|
||||
RefPtr<Job> run_command(AST::Command&);
|
||||
bool run_file(const String&);
|
||||
bool run_file(const String&, bool explicitly_invoked = true);
|
||||
bool run_builtin(int argc, const char** argv, int& retval);
|
||||
bool has_builtin(const StringView&) const;
|
||||
void block_on_job(RefPtr<Job>);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue