 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Need help with qemu args debug
 Hello Ian,
On Wednesday 29 February 2012 14:05:38 Ian Campbell wrote:
> either
>       exec /usr/lib/xen/bin/qemu-system-i386 "$@"
> or
>       exec /usr/lib/xen/bin/qemu-system-i386 "$*"
> (I can never remember which is correct)
"$@" â each argument quoted by itself
"$*" â all arguments concatenated by the first char of $IFS, as one argument
$* â all arguments splited by $IFS â "lots of little garbage"
$@ â same as $*
Sincerely
Philipp
-- 
Philipp Hahn           Open Source Software Engineer      hahn@xxxxxxxxxxxxx
Univention GmbH        Linux for Your Business        fon: +49 421 22 232- 0
Mary-Somerville-Str.1  D-28359 Bremen                 fax: +49 421 22 232-99
                                                   http://www.univention.de/
Attachment:
signature.asc _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |