aboutsummaryrefslogtreecommitdiff
path: root/sh.c
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-03-26 14:03:20 +0000
committerErik Andersen <andersen@codepoet.org>2000-03-26 14:03:20 +0000
commit6acaa40f27de0da935c3063b6be2ead9eeee5d0b (patch)
tree36a5fe3513df3e022abdfac248c03dff6570153c /sh.c
parentdeea048becd9d2d013537755ffad9bb615efeadc (diff)
downloadbusybox-w32-6acaa40f27de0da935c3063b6be2ead9eeee5d0b.tar.gz
busybox-w32-6acaa40f27de0da935c3063b6be2ead9eeee5d0b.tar.bz2
busybox-w32-6acaa40f27de0da935c3063b6be2ead9eeee5d0b.zip
First stages of (re-)writing busybox's tar creation support.
-Erik
Diffstat (limited to 'sh.c')
-rw-r--r--sh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh.c b/sh.c
index 8c1503ff4..ad7d7613c 100644
--- a/sh.c
+++ b/sh.c
@@ -1,6 +1,6 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * BusyBox Shell 3 * lash -- the BusyBox Lame-Ass SHell
4 * 4 *
5 * Copyright (C) 2000 by Lineo, inc. 5 * Copyright (C) 2000 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>