Accepting request 227686 from home:bfrogers:branches:Virtualization
Fix an issue in update_git.sh OBS-URL: https://build.opensuse.org/request/show/227686 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=197
This commit is contained in:
parent
25cfc8f4ce
commit
cdb35f3960
@ -90,7 +90,8 @@ restore_file_to_package qemu.spec
|
||||
restore_file_to_package qemu-linux-user.spec
|
||||
|
||||
# remove any remaining saved files
|
||||
if [ -e saved.* ]; then
|
||||
files=(saved.*)
|
||||
if [ -e "${files[0]}" ]; then
|
||||
osc rm --force saved.*
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user