X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=contrib%2Fguestfsd-in-wine.sh;h=bc9d87b6a9af5ef79a3eb4c00e5f6575654aaab9;hb=5b012024c49672cc69635ff01f9b9e4f87de1c65;hp=aa5b4823efdce6c4e6fe7cdc21a95cc98b49d6ea;hpb=4d53df4d7399d35b51bd69d76e00539d1de825e0;p=libguestfs.git diff --git a/contrib/guestfsd-in-wine.sh b/contrib/guestfsd-in-wine.sh index aa5b482..bc9d87b 100755 --- a/contrib/guestfsd-in-wine.sh +++ b/contrib/guestfsd-in-wine.sh @@ -60,11 +60,7 @@ guestfsd=daemon/guestfsd.exe # # For example from the top build directory: # -# LIBGUESTFS_QEMU=contrib/guestfsd-in-wine.sh fish/guestfish -# -# You might also need to set the environment variable LIBGUESTFS_PATH -# to point to an appliance. The appliance will never be used, but -# libguestfs needs to find one. +# LIBGUESTFS_QEMU=contrib/guestfsd-in-wine.sh ./run ./fish/guestfish # # Another suggested environment variable is LIBGUESTFS_DEBUG=1 which # will give you must more detail about what is going on. Also look at @@ -97,8 +93,8 @@ fi append= while [ $# -gt 0 ]; do if [ $1 = "-append" ]; then - append="$2" - shift + append="$2" + shift fi shift done