Skip to content

Commit

Permalink
Remove the implicit -d flag from -c
Browse files Browse the repository at this point in the history
Fixes #90
  • Loading branch information
nebularg committed Apr 25, 2021
1 parent a9504e6 commit 86ae722
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ while getopts ":celLzusop:dw:a:r:t:g:m:n:" opt; do
c)
# Skip copying files into the package directory.
skip_copying="true"
skip_upload="true"
;;
e)
# Skip checkout of external repositories.
Expand Down Expand Up @@ -207,7 +206,7 @@ while getopts ":celLzusop:dw:a:r:t:g:m:n:" opt; do
;;
u)
# Skip Unix-to-DOS line-ending translation.
line_ending=unix
line_ending="unix"
;;
z)
# Skip generating the zipfile.
Expand Down

0 comments on commit 86ae722

Please sign in to comment.