qvm-move-to-vm: Use '--' before file arguments

This commit is contained in:
Rusty Bird 2016-02-13 15:22:35 +00:00
parent 3f600d03fa
commit 160b05756b
No known key found for this signature in database
GPG Key ID: 469D78F47AAF2ADF

View File

@ -22,4 +22,4 @@
set -e
. qvm-copy-to-vm "$@"
rm -rf "$@"
rm -rf -- "$@"