Changeset c6ecc04 in mainline
- Timestamp:
- 2021-03-31T18:41:12Z (10 days ago)
- Parents:
- b0858150 (diff), 054f6991 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Parth Patel <parth1020patel@…> (2021-03-31 18:41:12)
- git-committer:
- GitHub <noreply@…> (2021-03-31 18:41:12)
- Location:
- uspace/app/bdsh
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/modules.c
rb0858150 rc6ecc04 65 65 #include "alias/entry.h" 66 66 #include "unalias/entry.h" 67 #include "grep/entry.h" 67 68 68 69 /* … … 92 93 #include "alias/alias_def.inc" 93 94 #include "unalias/unalias_def.inc" 95 #include "grep/grep_def.inc" 94 96 95 97 { NULL, NULL, NULL, NULL } -
uspace/app/bdsh/meson.build
rb0858150 rc6ecc04 59 59 'cmds/modules/unalias/unalias.c', 60 60 'cmds/modules/unmount/unmount.c', 61 'cmds/modules/grep/grep.c', 61 62 'compl.c', 62 63 'errors.c',
Note: See TracChangeset
for help on using the changeset viewer.