Browse Source

Merge remote-tracking branch 'origin/pr/70'

* origin/pr/70:
  fixed sh syntax error
Marek Marczykowski-Górecki 8 years ago
parent
commit
b553f5c7b4
1 changed files with 1 additions and 1 deletions
  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