Skip to content

Commit 9677cde

Browse files
committed
Repair the non-verbose recursive case
There needs to be a hyphen before passing in REFLAC_OPTS
1 parent 46da44a commit 9677cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reflac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ for dir; do
167167
-execdir "$SELF" -vv"$REFLAC_OPTS" {} \;
168168
else
169169
find "$(readlink -f -- "$dir")" -type d \
170-
-execdir "$SELF" "$REFLAC_OPTS" {} \;
170+
-execdir "$SELF" -"$REFLAC_OPTS" {} \;
171171
fi
172172
else
173173
pushd -- "$dir" >/dev/null

0 commit comments

Comments
 (0)