diff options
author | Matt Kraai | 2001-04-12 20:11:55 +0000 |
---|---|---|
committer | Matt Kraai | 2001-04-12 20:11:55 +0000 |
commit | 6ba1a80c260b671ae7b6b5be13e0b74857058c63 (patch) | |
tree | 9b4f388c414879a9f4507a8feef6e45886b186d5 /messages.c | |
parent | 5a65413c042e2538eda94b2efebd1bf4680ca986 (diff) | |
download | busybox-6ba1a80c260b671ae7b6b5be13e0b74857058c63.zip busybox-6ba1a80c260b671ae7b6b5be13e0b74857058c63.tar.gz |
Use date -u instead of date --utc and consolidate version string.
Patch by Larry Doolittle <ldoolitt@recycle.lbl.gov>.
Diffstat (limited to 'messages.c')
-rw-r--r-- | messages.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -48,8 +48,7 @@ #if defined bb_need_full_version || ! defined BB_DECLARE_EXTERN - BB_DEF_MESSAGE(full_version, - "BusyBox v" BB_VER " (" BB_BT ") multi-call binary") + BB_DEF_MESSAGE(full_version, BB_BANNER " multi-call binary") #endif #if defined bb_need_name_too_long || ! defined BB_DECLARE_EXTERN BB_DEF_MESSAGE(name_too_long, "file name too long") |