tcorrect programme name - st - [fork] customized build of st, the simple terminal
(HTM) git clone git://src.adamsgaard.dk/st
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 6c6b65ea6ec775cc02c25b8cf69cce32971f9fe8
(DIR) parent 746931a3d4114f9bd35a43307fd48bfa64ff0d8b
(HTM) Author: Matthias-Christian Ott <ott@enolink.de>
Date: Mon, 21 Jul 2008 09:25:47 +0200
correct programme name
Diffstat:
M std.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/std.c b/std.c
t@@ -268,7 +268,7 @@ main(int argc, char *argv[]) {
if(argc == 2 && !strcmp("-v", argv[1]))
errx(EXIT_SUCCESS, "std-"VERSION", © 2008 Matthias-Christian Ott");
else if(argc == 1)
- errx(EXIT_FAILURE, "usage: st [-v]");
+ errx(EXIT_FAILURE, "usage: std [-v]");
getpty();
shell();
FD_ZERO(&rfds);