浏览代码

fixed sh syntax error

https://forums.whonix.org/t/qvm-run-fails-in-whonix-vms

Thanks to entr0py for the bug report!
Patrick Schleizer 8 年之前
父节点
当前提交
69780ef762
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      qubes-rpc/qvm-run

+ 1 - 1
qubes-rpc/qvm-run

@@ -20,7 +20,7 @@
 #
 #
 
-function print_usage(){
+print_usage() {
 cat >&2 <<USAGE
 Usage: $0 vmname command arguments
 Executes a command in another VM using the qubes.VMShell RPC service.  The