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:
commit
d60506c27e
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user