Change handling of invalid command
authorLukas Jiriste <ljiriste@student.42prague.com>
Thu, 5 Sep 2024 07:42:20 +0000 (09:42 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Thu, 5 Sep 2024 07:45:23 +0000 (09:45 +0200)
commit74e3e8ca236b83b972aca1453859354dae35109e
treee4e5d26111aa760f0662a5ab8a4cba50f1dccf6c
parentce36110085e30f746fe9f66247ab7e6d751edfc1
Change handling of invalid command

Before it made execution fail which made || not function properly.
Now invalid command makes the execution chain not fail.
An error message was also added.
src/execute_raw.c