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