mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-10-31 09:20:23 +00:00
build-packge: fix 'clean'
This commit is contained in:
parent
44dbc9806a
commit
cb49703cd0
@ -192,7 +192,7 @@ for opt in ${@}; do
|
||||
|
||||
case "${user_input}" in
|
||||
y | Y | j | J )
|
||||
git clean -fd
|
||||
git clean -fdX
|
||||
;;
|
||||
|
||||
* )
|
||||
|
Loading…
Reference in New Issue
Block a user