Changeset 3a4a944f in mainline


Ignore:
Timestamp:
2021-08-10T09:54:41Z (3 years ago)
Author:
GitHub <noreply@…>
Parents:
5e109e1 (diff), 5b9993b (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-08-10 09:54:41)
git-committer:
GitHub <noreply@…> (2021-08-10 09:54:41)
Message:

Merge 5b9993b49f8397a774a9ba98c8299b2b7d423b56 into 5e109e1dede8ff8cce30393b718b30ae302b32b1

Location:
uspace/app/bdsh
Files:
8 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/modules.c

    r5e109e1 r3a4a944f  
    6565#include "alias/entry.h"
    6666#include "unalias/entry.h"
     67#include "grep/entry.h"
     68#include "head/entry.h"
    6769
    6870/*
     
    9294#include "alias/alias_def.inc"
    9395#include "unalias/unalias_def.inc"
     96#include "grep/grep_def.inc"
     97#include "head/head_def.inc"
    9498
    9599        { NULL, NULL, NULL, NULL }
  • uspace/app/bdsh/meson.build

    r5e109e1 r3a4a944f  
    5959        'cmds/modules/unalias/unalias.c',
    6060        'cmds/modules/unmount/unmount.c',
     61        'cmds/modules/grep/grep.c',
     62        'cmds/modules/head/head.c',
    6163        'compl.c',
    6264        'errors.c',
Note: See TracChangeset for help on using the changeset viewer.