Displaying 1 result from an estimated 1 matches for "cmd_xm".
Did you mean:
  cmd_rm
  
2011 Nov 08
3
Bug#648029: xen-utils-common: /usr/lib/xen-common/bin/xen-toolstack (and thus /usr/sbin/xm) works with bash, but not dash
...sr/sbin/xm" has been post-processed to
remove spurious differences, such as multiple "+" at start of line
(that in bash show recursion/inclusion level), "'['" vs "[", etc.
 + [ -z  ]
 + check xm
 + [ xm = xm ]
-+ PATH=/usr/lib/xen-4.1/bin command -v xm
-+ cmd_xm=/usr/sbin/xm
++ PATH=/usr/lib/xen-4.1/bin
++ command -v xm
++ cmd_xm=/usr/lib/xen-4.1/bin/xm
 + check xl
 + [ xl = xm ]
 + [ xl = xl ]
-+ PATH=/usr/lib/xen-4.1/bin command -v xl
-+ cmd_xl=/usr/sbin/xl
-+ [ /usr/sbin/xm ]
-+ echo /usr/sbin/xm
-+ TOOLSTACK=/usr/sbin/xm
++ PATH=/usr/lib/xen-4.1/bin
++...