diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 13:48:52 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 13:48:52 +1000 |
commit | 53899dc573f4203d5d2a030b4404f7b30f92d202 (patch) | |
tree | 5439d5c9081fbe1839893fc846d673257f36684d /util-linux/script.c | |
parent | e6c77ec19ac157f85f81ac85b008ef77f229c9ac (diff) | |
parent | 9768a82eb0ef8b742034d2b22c32e0cc97633604 (diff) | |
download | busybox-w32-53899dc573f4203d5d2a030b4404f7b30f92d202.tar.gz busybox-w32-53899dc573f4203d5d2a030b4404f7b30f92d202.tar.bz2 busybox-w32-53899dc573f4203d5d2a030b4404f7b30f92d202.zip |
Merge branch 'origin/master' (early part)
Diffstat (limited to 'util-linux/script.c')
-rw-r--r-- | util-linux/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/script.c b/util-linux/script.c index c23117cf3..ba90b065d 100644 --- a/util-linux/script.c +++ b/util-linux/script.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Copyright (c) 1980 | 8 | * Copyright (c) 1980 |
9 | * The Regents of the University of California. All rights reserved. | 9 | * The Regents of the University of California. All rights reserved. |
10 | * | 10 | * |
11 | * Licensed under GPLv2 or later, see file License in this tarball for details. | 11 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
12 | */ | 12 | */ |
13 | #include "libbb.h" | 13 | #include "libbb.h" |
14 | 14 | ||