Changeset 83d665a in mainline
- Timestamp:
- 2020-12-05T07:25:33Z (4 years ago)
- Parents:
- 738d5a4
- Location:
- uspace/app/bdsh
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/modules.c
r738d5a4 r83d665a 67 67 #include "basename/entry.h" 68 68 #include "grep/entry.h" 69 #include "head/entry.h" 69 70 70 71 /* … … 96 97 #include "basename/basename_def.inc" 97 98 #include "grep/grep_def.inc" 99 #include "head/head_def.inc" 98 100 99 101 { NULL, NULL, NULL, NULL } -
uspace/app/bdsh/meson.build
r738d5a4 r83d665a 61 61 'cmds/modules/basename/basename.c', 62 62 'cmds/modules/grep/grep.c', 63 'cmds/modules/head/head.c', 63 64 'compl.c', 64 65 'errors.c',
Note:
See TracChangeset
for help on using the changeset viewer.