Lines Matching refs:command
77 command="$1"
79 case "$command" in
85 echo Unknown command $command >&2; exit 1;;
117 command="install_device_node_setup vboxusers 0660 /opt/VirtualBox vboxusb"
118 err="`${command} 2>&1`"
120 echo "${command} failed."
129 command="install_device_node_setup vboxusers 0660 /opt/VirtualBox vboxusb"
130 err="`${command} 2>&1`"
132 echo "${command} failed."
142 command="install_device_node_setup vboxusers 0660 /opt/VirtualBox vboxusb"
143 err="`${command} 2>&1`"
145 echo "${command} failed."