Changeset dedc4cd in mainline for uspace/app/bdsh/cmds/mknewcmd


Ignore:
Timestamp:
2019-01-28T16:08:24Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d4f9a2a
Parents:
8d2289c
git-author:
Jiri Svoboda <jiri@…> (2018-01-28 08:08:18)
git-committer:
Jiri Svoboda <jiri@…> (2019-01-28 16:08:24)
Message:

Fix non-static variables in header files (ccheck)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/mknewcmd

    r8d2289c rdedc4cd  
    213213        printf " to include your new command.\n"
    214214        [ -n "$CMDALIAS" ] &&  {
    215                 printf "\nYou should also modify %ss/%s_aliases.h and " \
     215                printf "\nYou should also modify %ss/%s_aliases.c and " \
    216216                        "${CMDTYPE}" "${CMDTYPE}"
    217217                printf "add %s as an alias for %s\n" \
Note: See TracChangeset for help on using the changeset viewer.