Merge remote-tracking branch 'qubesos/pr/131' into release3.2

* qubesos/pr/131:
  qvm-{copy,move}-to-vm.kde: '-inputbox' -> '--inputbox'

Fixes QubesOS/qubes-issues#4200
This commit is contained in:
Marek Marczykowski-Górecki 2018-09-02 15:44:40 +02:00
commit d60506c27e
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
#
#
if type kdialog 2> /dev/null; then
VM=$(kdialog -inputbox "Enter the VM name to send files to:")
VM=$(kdialog --inputbox "Enter the VM name to send files to:")
if [ X$VM = X ] ; then exit 0 ; fi
SIZE=$(du --apparent-size -c -- "$@" 2> /dev/null | tail -1 | cut -f 1)

View File

@ -20,7 +20,7 @@
#
#
if type kdialog 2> /dev/null; then
VM=$(kdialog -inputbox "Enter the VM name to send files to:")
VM=$(kdialog --inputbox "Enter the VM name to send files to:")
if [ X$VM = X ] ; then exit 0 ; fi
SIZE=$(du --apparent-size -c -- "$@" 2> /dev/null | tail -1 | cut -f 1)