fix for exec builtin when the command is not found

This commit is contained in:
Chet Ramey
2022-08-23 09:58:22 -04:00
parent b9ed20acfd
commit 7547afdf73
11 changed files with 400 additions and 10 deletions
+1
View File
@@ -735,6 +735,7 @@ examples/loadables/fdflags.c f
examples/loadables/finfo.c f
examples/loadables/cat.c f
examples/loadables/csv.c f
examples/loadables/dsv.c f
examples/loadables/cut.c f
examples/loadables/logname.c f
examples/loadables/basename.c f