mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
🔇 Remove getops logging
This commit is contained in:
parent
246636cb10
commit
9ae76659a3
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ frozen=''
|
||||||
|
|
||||||
# Detect presence of `-f` frozen option
|
# Detect presence of `-f` frozen option
|
||||||
while getopts "f" opt; do
|
while getopts "f" opt; do
|
||||||
echo "${opt}"
|
|
||||||
case "${opt}" in
|
case "${opt}" in
|
||||||
f)
|
f)
|
||||||
frozen='-f'
|
frozen='-f'
|
||||||
|
|
Loading…
Reference in a new issue