xonsh/scripts
Romain Bignon df9ba1223d correctly preserve parameters
In case there are arguments containing spaces, there were splited. For
example:

$ xonsh -c 'echo 123'
['/home/rom1/python/xonsh/__main__.py', '-c', 'echo', '123']

$

With this patch:

$ xonsh -c 'echo 123'
['/home/rom1/python/xonsh/__main__.py', '-c', 'echo 123']
123
$
2016-08-26 14:43:35 +02:00
..
xon.sh correctly preserve parameters 2016-08-26 14:43:35 +02:00
xonsh add -u flag to xonsh script 2015-03-31 21:53:22 -04:00
xonsh.bat Use pylauncher on Windows when available (#1578) 2016-08-18 21:32:57 +03:00