From c6ef685bf571f9f747f7d8dae91e29e97286a8df Mon Sep 17 00:00:00 2001 From: adam j hartz Date: Tue, 31 Mar 2015 21:53:22 -0400 Subject: [PATCH] add -u flag to xonsh script --- scripts/xonsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/xonsh b/scripts/xonsh index ab0b0f1f5..31f2b7709 100755 --- a/scripts/xonsh +++ b/scripts/xonsh @@ -1,3 +1,3 @@ -#!/usr/bin/env python +#!/usr/bin/env python -u from xonsh.main import main main()