]> git.pld-linux.org Git - packages/qemu.git/blob - qemu-whitelist.patch
- updated to 2.0.2
[packages/qemu.git] / qemu-whitelist.patch
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 @@
4   CONFIG_BDRV_WHITELIST=*)
5      echo "#define CONFIG_BDRV_WHITELIST \\"
6      for drv in ${line#*=}; do
7 -      echo "    \"${drv}\",\\"
8 +      if [ ! -z "$drv" ]; then
9 +        echo "    \"${drv}\",\\"
10 +      fi
11      done
12      echo "    NULL"
13      ;;
This page took 0.065205 seconds and 3 git commands to generate.