diff options
Diffstat (limited to 'toys/toysh.c')
-rw-r--r-- | toys/toysh.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/toys/toysh.c b/toys/toysh.c index 15c78116..e2800681 100644 --- a/toys/toysh.c +++ b/toys/toysh.c @@ -170,7 +170,11 @@ config CD_P #include "toys.h" -#define TT toy.toysh +DEFINE_GLOBALS( + char *command; +) + +#define TT this.toysh // A single executable, its arguments, and other information we know about it. #define TOYSH_FLAG_EXIT 1 |