Fix bad option
This commit is contained in:
parent
30f9bbec95
commit
7e50efa9b9
|
@ -50,7 +50,7 @@ while [ $# -gt 0 ]; do
|
|||
shift
|
||||
;;
|
||||
-k)
|
||||
preserve_livebuild='-l'
|
||||
preserve_livebuild='-k'
|
||||
shift
|
||||
;;
|
||||
-i)
|
||||
|
|
Loading…
Reference in New Issue