소스 검색

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