projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0441a7
)
cp: add missing quote in config snippet
author
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 16 Jul 2018 22:16:16 +0000
(
00:16
+0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 16 Jul 2018 22:16:16 +0000
(
00:16
+0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/cp.c
patch
|
blob
|
history
diff --git
a/coreutils/cp.c
b/coreutils/cp.c
index b623aaf3381339763f6bb9f6eb3a2a80b6a15295..ae60623d310609ca066cdac5510fbcbf76d07e38 100644
(file)
--- a/
coreutils/cp.c
+++ b/
coreutils/cp.c
@@
-26,7
+26,7
@@
//config: Also add support for --parents option.
//config:
//config:config FEATURE_CP_REFLINK
-//config: bool "Enable --reflink[=auto]
+//config: bool "Enable --reflink[=auto]
"
//config: default y
//config: depends on FEATURE_CP_LONG_OPTIONS