Commit graph

4 commits

Author SHA1 Message Date
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
Jamie Bliss
ae5344d33a Use exec in xon.sh 2016-07-27 15:29:13 -04:00
Anthony Scopatz
347517821c check encodings in xon.sh 2016-07-22 20:55:30 -04:00
Anthony Scopatz
20b64aa665 added xon.sh 2016-06-16 10:35:26 -04:00