Skip to content

Commit

Permalink
style: Cleanup shell indents
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 16, 2024
1 parent ef86432 commit c1ef4ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/make-shell.zsh.in
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,18 @@ while true; do
shift
;;
'target='*)
eval $1
shift
eval $1
shift
;;
# 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='*)
final=${final##$1 }
eval $1
shift
shift
;;
*)
break
Expand Down

0 comments on commit c1ef4ce

Please sign in to comment.