Merge branch 'master' of gitlab.com:kranklyboy/websh

This commit is contained in:
Kranklyboy 2018-05-08 14:15:42 +02:00
commit 89418c07f2

View File

@ -48,6 +48,7 @@ static const char *word;
* @details Global variable for the supplied tag. * @details Global variable for the supplied tag.
*/ */
static const char *tag; static const char *tag;
static char *lines[MAX_LINES] = {NULL};
/** /**
* @details Global array which saves the supplied linux commands. * @details Global array which saves the supplied linux commands.