diff options
Diffstat (limited to 'contrib/guestfsd-in-wine.sh')
| -rwxr-xr-x | contrib/guestfsd-in-wine.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/guestfsd-in-wine.sh b/contrib/guestfsd-in-wine.sh index aa5b4823..85146eb2 100755 --- a/contrib/guestfsd-in-wine.sh +++ b/contrib/guestfsd-in-wine.sh @@ -97,8 +97,8 @@ fi append= while [ $# -gt 0 ]; do if [ $1 = "-append" ]; then - append="$2" - shift + append="$2" + shift fi shift done |
