df: Add --uuid option to print guest UUIDs instead of names (RHBZ#646821).
[libguestfs.git] / contrib / guestfsd-in-wine.sh
index aa5b482..85146eb 100755 (executable)
@@ -97,8 +97,8 @@ fi
 append=
 while [ $# -gt 0 ]; do
     if [ $1 = "-append" ]; then
-       append="$2"
-       shift
+        append="$2"
+        shift
     fi
     shift
 done