diff options
author | Denys Vlasenko | 2009-10-14 11:52:01 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-10-14 11:52:01 +0200 |
commit | a68bd4b2aee3368d92cbb0fc86ae3f65ab9170b4 (patch) | |
tree | 0bffb5fac0f70e011906cbc7c72116c5e8c8c876 /libbb/Config.in | |
parent | a1a3972f285a63501223f898360571cb7e7e6d26 (diff) | |
download | busybox-a68bd4b2aee3368d92cbb0fc86ae3f65ab9170b4.zip busybox-a68bd4b2aee3368d92cbb0fc86ae3f65ab9170b4.tar.gz |
comment anc Config.in changes, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/Config.in')
-rw-r--r-- | libbb/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbb/Config.in b/libbb/Config.in index bdb6dfa..60ae0ff 100644 --- a/libbb/Config.in +++ b/libbb/Config.in @@ -134,9 +134,8 @@ config FEATURE_VERBOSE_CP_MESSAGE $ cp file /vmlinuz/file cp: cannot stat '/vmlinuz/file': Path has non-directory component If this feature is not enabled, they will be, respectively: - cp: cannot remove '/does_not_exist/file': No such file or directory + cp: cannot create '/does_not_exist/file': No such file or directory cp: cannot stat '/vmlinuz/file': Not a directory - respectively. This will cost you ~60 bytes. config FEATURE_COPYBUF_KB |