Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cf9a7f
)
e2scrub_all: fix missing getopts argument which broke e2scrub_all -C
author
Theodore Ts'o
<tytso@mit.edu>
Tue, 21 May 2019 00:34:59 +0000
(20:34 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Tue, 21 May 2019 00:34:59 +0000
(20:34 -0400)
Addresses-Debian-Bug: #929287
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
scrub/e2scrub_all.in
patch
|
blob
|
history
diff --git
a/scrub/e2scrub_all.in
b/scrub/e2scrub_all.in
index
abc237e
..
d99c819
100644
(file)
--- a/
scrub/e2scrub_all.in
+++ b/
scrub/e2scrub_all.in
@@
-69,7
+69,7
@@
exitcode() {
exit "${ret}"
}
-while getopts "nrAV" opt; do
+while getopts "nrA
C
V" opt; do
case "${opt}" in
"n") DBG="echo Would execute: " ;;
"r") scrub_args="${scrub_args} -r"; reap=1;;