mirror of
https://github.com/MaJerle/lwshell.git
synced 2025-02-06 13:08:22 +08:00
Set version to v0.1.0
This commit is contained in:
parent
03868b0161
commit
0190d5d389
@ -29,7 +29,7 @@
|
||||
* This file is part of Lightweight shell library.
|
||||
*
|
||||
* Author: Tilen MAJERLE <tilen@majerle.eu>
|
||||
* Version: $_version_$
|
||||
* Version: v0.1.0
|
||||
*/
|
||||
#ifndef LWSHELL_HDR_OPTS_H
|
||||
#define LWSHELL_HDR_OPTS_H
|
||||
|
@ -29,7 +29,7 @@
|
||||
* This file is part of LwSHELL - Lightweight shell library.
|
||||
*
|
||||
* Author: Tilen MAJERLE <tilen@majerle.eu>
|
||||
* Version: $_version_$
|
||||
* Version: v0.1.0
|
||||
*/
|
||||
#ifndef LWSHELL_HDR_H
|
||||
#define LWSHELL_HDR_H
|
||||
|
@ -29,7 +29,7 @@
|
||||
* This file is part of LwSHELL - Lightweight shell library.
|
||||
*
|
||||
* Author: Tilen MAJERLE <tilen@majerle.eu>
|
||||
* Version: $_version_$
|
||||
* Version: v0.1.0
|
||||
*/
|
||||
#ifndef LWSHELL_HDR_OPT_H
|
||||
#define LWSHELL_HDR_OPT_H
|
||||
|
@ -29,7 +29,7 @@
|
||||
* This file is part of LwSHELL - Lightweight shell library.
|
||||
*
|
||||
* Author: Tilen MAJERLE <tilen@majerle.eu>
|
||||
* Version: $_version_$
|
||||
* Version: v0.1.0
|
||||
*/
|
||||
#ifndef LWSHELL_HDR_OPTS_H
|
||||
#define LWSHELL_HDR_OPTS_H
|
||||
|
@ -29,7 +29,7 @@
|
||||
* This file is part of LwSHELL - Lightweight shell library.
|
||||
*
|
||||
* Author: Tilen MAJERLE <tilen@majerle.eu>
|
||||
* Version: $_version_$
|
||||
* Version: v0.1.0
|
||||
*/
|
||||
#include <string.h>
|
||||
#include "lwshell/lwshell.h"
|
||||
@ -109,7 +109,7 @@ prv_parse_input(lwshell_t* lw) {
|
||||
/* Process complete input */
|
||||
prev_ch = '\0';
|
||||
str = lw->buff;
|
||||
|
||||
|
||||
/* Process complete string */
|
||||
lw->argc = 0;
|
||||
while (*str != '\0') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user