diff options
author | onefang | 2022-07-17 14:49:51 +1000 |
---|---|---|
committer | onefang | 2022-07-17 14:49:51 +1000 |
commit | 539e39e489d1dcf17216b21dd22da4ac707ffeb3 (patch) | |
tree | 00f5820fd91f5ba74d9a83eaf485ea8cf2040c54 /src/boxes/dumbsh.c | |
parent | More spellung foxed. (diff) | |
download | opensim-SC-539e39e489d1dcf17216b21dd22da4ac707ffeb3.zip opensim-SC-539e39e489d1dcf17216b21dd22da4ac707ffeb3.tar.gz opensim-SC-539e39e489d1dcf17216b21dd22da4ac707ffeb3.tar.bz2 opensim-SC-539e39e489d1dcf17216b21dd22da4ac707ffeb3.tar.xz |
Efen moar spil chucking.
Diffstat (limited to '')
-rw-r--r-- | src/boxes/dumbsh.c | 2 |
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 | ||
8 | USE_DUMBSH(NEWTOY(dumbsh, "", TOYFLAG_USR|TOYFLAG_BIN)) | 8 | USE_DUMBSH(NEWTOY(dumbsh, "", TOYFLAG_USR|TOYFLAG_BIN)) |
9 | 9 | ||