]> git.pld-linux.org Git - packages/qemu.git/blame - qemu-whitelist.patch
- merged system-libcacard patch from qemu-kvm
[packages/qemu.git] / qemu-whitelist.patch
CommitLineData
5fb4ae93
GP
1--- scripts/create_config.org 2011-02-16 15:44:05.000000000 +0100
2+++ scripts/create_config 2011-03-21 21:26:16.136615526 +0100
3@@ -33,7 +33,9 @@
137653c3
KK
4 CONFIG_BDRV_WHITELIST=*)
5 echo "#define CONFIG_BDRV_WHITELIST \\"
6 for drv in ${line#*=}; do
7- echo " \"${drv}\",\\"
5fb4ae93 8+ if [ ! -z "$drv" ]; then
137653c3
KK
9+ echo " \"${drv}\",\\"
10+ fi
11 done
12 echo " NULL"
13 ;;
This page took 0.022791 seconds and 4 git commands to generate.