Skip to content

Commit

Permalink
style(tooling): Cleanup shell indents
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 16, 2024
1 parent be0f3b0 commit 2f759ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/make-shell.zsh.in
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ while true; do
;;
# Bogus filler flag to force make to have at least one flag even if debug
# isn't set hence forcing it to quote the actual shell code argument.
'-w')
'-w')
shift
;;
'_WRAPTARGET='*)
Expand Down

0 comments on commit 2f759ff

Please sign in to comment.