summaryrefslogtreecommitdiff
path: root/package/sash/src/sash.c
diff options
context:
space:
mode:
authormirabilos <tg@mirbsd.org>2017-11-18 12:44:11 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-11-19 09:09:27 +0100
commit3c3ff868b2a7650944c3251c1d434e9ce338987e (patch)
tree726f2d498777ed710fcf0521139352a6430d1ec7 /package/sash/src/sash.c
parent864f03819dd5108af31f9a2bc4315dfe58b0c8cb (diff)
OpenADK edition, and make buildable on desktop GNU/Linux
Signed-off-by: mirabilos <tg@mirbsd.org>
Diffstat (limited to 'package/sash/src/sash.c')
-rw-r--r--package/sash/src/sash.c3
1 files changed, 1 insertions, 2 deletions
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 <sys/time.h>
#include <sys/wait.h>
-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);