Commit graph

6 commits

Author SHA1 Message Date
Carmen Bianca Bakker
12c8f0837f
Change the exec line to remove PYTHONUNBUFFERED 2019-04-08 08:47:39 +02:00
Carmen Bianca Bakker
ac85020bcc
Add -S argument to env in scripts/xon.sh 2019-04-07 22:16:51 +02:00
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