aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/boxes/dumbsh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/boxes/dumbsh.c')
-rw-r--r--src/boxes/dumbsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boxes/dumbsh.c b/src/boxes/dumbsh.c
index 9ad0204..8ef56e7 100644
--- a/src/boxes/dumbsh.c
+++ b/src/boxes/dumbsh.c
@@ -3,7 +3,7 @@
3 * Copyright 2014 David Seikel <won_fang@yahoo.com.au> 3 * Copyright 2014 David Seikel <won_fang@yahoo.com.au>
4 * 4 *
5 * Not a real shell, so doesn't follow any standards, 5 * Not a real shell, so doesn't follow any standards,
6 * coz it wont implement them anyway. 6 * coz it won't implement them anyway.
7 7
8USE_DUMBSH(NEWTOY(dumbsh, "", TOYFLAG_USR|TOYFLAG_BIN)) 8USE_DUMBSH(NEWTOY(dumbsh, "", TOYFLAG_USR|TOYFLAG_BIN))
9 9