From 3c3ff868b2a7650944c3251c1d434e9ce338987e Mon Sep 17 00:00:00 2001 From: mirabilos Date: Sat, 18 Nov 2017 12:44:11 +0100 Subject: OpenADK edition, and make buildable on desktop GNU/Linux Signed-off-by: mirabilos --- package/sash/src/sash.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package/sash/src/sash.c') diff --git a/package/sash/src/sash.c b/package/sash/src/sash.c index 3f2ce7de5..3abee9121 100644 --- a/package/sash/src/sash.c +++ b/package/sash/src/sash.c @@ -20,7 +20,6 @@ #include #include -static const char version[] = "OpenADK"; static const char enoent_msg[] = "Bad command or file name"; static const char unkerr_msg[] = "Unknown error!"; @@ -215,7 +214,7 @@ int main(argc, argv, env) printf("Shell invoked to run file: %s\n",argv[1]); } else - printf("\nSash command shell (version %s)\n", version); + printf("\nSash command shell (OpenADK edition)\n"); fflush(stdout); signal(SIGINT, catchint); -- cgit v1.2.3