From 48f740502bf7305f47ffbc2c493ba76115105735 Mon Sep 17 00:00:00 2001 From: bkfox Date: Sat, 31 Dec 2016 15:44:02 +0100 Subject: [PATCH] use 'exec' command --- scripts/launch_in_venv | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/launch_in_venv b/scripts/launch_in_venv index 8201767..8f16c29 100755 --- a/scripts/launch_in_venv +++ b/scripts/launch_in_venv @@ -2,6 +2,5 @@ root_dir=`dirname $0`/.. cd $root_dir source $root_dir/venv/bin/activate -$@ -deactivate +exec $@