diff options
author | Denis Vlasenko | 2007-10-14 04:55:59 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-10-14 04:55:59 +0000 |
commit | 3f5fdc7572d932f33f81029956b87230c9b05182 (patch) | |
tree | 13e8b0c3dc4c11fe0ac09affef497075177cd648 /libbb | |
parent | be039374f3bd1c76535387ac4d079506804be270 (diff) | |
download | busybox-3f5fdc7572d932f33f81029956b87230c9b05182.zip busybox-3f5fdc7572d932f33f81029956b87230c9b05182.tar.gz |
remove trailing whitespace
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/messages.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/messages.c b/libbb/messages.c index 06e9a58..2a011f8 100644 --- a/libbb/messages.c +++ b/libbb/messages.c @@ -47,7 +47,7 @@ const char bb_busybox_exec_path[] ALIGN1 = CONFIG_BUSYBOX_EXEC_PATH; const char bb_default_login_shell[] ALIGN1 = LIBBB_DEFAULT_LOGIN_SHELL; /* util-linux manpage says /sbin:/bin:/usr/sbin:/usr/bin, * but I want to save a few bytes here. Check libbb.h before changing! */ -const char bb_PATH_root_path[] ALIGN1 = +const char bb_PATH_root_path[] ALIGN1 = "PATH=/sbin:/usr/sbin:/bin:/usr/bin" BB_ADDITIONAL_PATH; |