From d65ecf28b5eff51a090c00e220319a0d49a9ad6d Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sat, 9 May 2015 15:42:26 +0200 Subject: [PATCH] Separate env --- bin/hubot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/hubot b/bin/hubot index 8363ed1..e48be9b 100755 --- a/bin/hubot +++ b/bin/hubot @@ -1,7 +1,7 @@ #!/bin/sh - set -e - export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH" +export DEBUG=nightmare +export PYTHON=python2 -DEBUG=nightmare PYTHON=python2 node_modules/.bin/hubot --name "asjon" --alias "assa" "$@" +node_modules/.bin/hubot --name "asjon" --alias "assa" "$@"