Displaying 1 result from an estimated 1 matches for "cmd_xl".
Did you mean:
  cmd_l
  
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
...ot; 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
++ command -v xl
++ cmd_xl=/usr/lib/xen-4.1/bin/xl
++ [ /usr/lib/xen-4.1/bin/xm ]
++ echo /usr/lib/xen-4.1/bin/xm
++ TOOLSTACK=/usr/lib/xen-4.1/bin/xm
 + RET=0
 + [ 0 -eq 0 ]
-+ basename /us...