mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
rc: actually parse -z option
This commit is contained in:
parent
32596c4485
commit
7745e25236
@ -69,7 +69,7 @@ bootstrap_and_exit()
|
||||
exit "${RET}"
|
||||
}
|
||||
|
||||
while getopts b OPT; do
|
||||
while getopts bz OPT; do
|
||||
case ${OPT} in
|
||||
b)
|
||||
DO_BOOT="-b"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user