]> git.pld-linux.org Git - packages/qemu.git/blob - qemu-whitelist.patch
- up to 0.13.0
[packages/qemu.git] / qemu-whitelist.patch
1 --- create_config.orig  2010-02-23 20:54:38.000000000 +0000
2 +++ create_config       2010-03-26 00:07:45.048375421 +0000
3 @@ -29,7 +29,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.037055 seconds and 3 git commands to generate.