diff --git a/script/bootstrap b/script/bootstrap index 5ae8b6b..f05934e 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -16,7 +16,6 @@ frozen='' # Detect presence of `-f` frozen option while getopts "f" opt; do - echo "${opt}" case "${opt}" in f) frozen='-f'