diff options
author | Erik Andersen | 2000-03-26 14:03:20 +0000 |
---|---|---|
committer | Erik Andersen | 2000-03-26 14:03:20 +0000 |
commit | 6acaa40f27de0da935c3063b6be2ead9eeee5d0b (patch) | |
tree | 36a5fe3513df3e022abdfac248c03dff6570153c /shell/lash.c | |
parent | deea048becd9d2d013537755ffad9bb615efeadc (diff) | |
download | busybox-6acaa40f27de0da935c3063b6be2ead9eeee5d0b.zip busybox-6acaa40f27de0da935c3063b6be2ead9eeee5d0b.tar.gz |
First stages of (re-)writing busybox's tar creation support.
-Erik
Diffstat (limited to 'shell/lash.c')
-rw-r--r-- | shell/lash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/lash.c b/shell/lash.c index 8c1503f..ad7d761 100644 --- a/shell/lash.c +++ b/shell/lash.c @@ -1,6 +1,6 @@ /* vi: set sw=4 ts=4: */ /* - * BusyBox Shell + * lash -- the BusyBox Lame-Ass SHell * * Copyright (C) 2000 by Lineo, inc. * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> |