Changeset 738d5a4 in mainline
- Timestamp:
- 2020-12-04T18:12:15Z (4 years ago)
- Children:
- 83d665a
- Parents:
- a91cecd8
- Location:
- uspace/app/bdsh
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/modules.c
ra91cecd8 r738d5a4 66 66 #include "unalias/entry.h" 67 67 #include "basename/entry.h" 68 #include "grep/entry.h" 68 69 69 70 /* … … 94 95 #include "unalias/unalias_def.inc" 95 96 #include "basename/basename_def.inc" 97 #include "grep/grep_def.inc" 96 98 97 99 { NULL, NULL, NULL, NULL } -
uspace/app/bdsh/meson.build
ra91cecd8 r738d5a4 60 60 'cmds/modules/unmount/unmount.c', 61 61 'cmds/modules/basename/basename.c', 62 'cmds/modules/grep/grep.c', 62 63 'compl.c', 63 64 'errors.c',
Note:
See TracChangeset
for help on using the changeset viewer.