From: Devops Date: Tue, 23 May 2017 11:28:51 +0000 (+0100) Subject: etc/profile X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=e49a27e74d745fbed94b6a82876c96f0410bb404;p=nb.git etc/profile --- diff --git a/etc/profile b/etc/profile index 0fac7cb1..e55d08f1 100755 --- a/etc/profile +++ b/etc/profile @@ -7,7 +7,7 @@ # # #-------------------------------------------------------------------------------- -[ "$1" = "--debug" ] && export NB_DEBUG="echo DEBUG: " && shift +[ "$1" = "--debug-nb" ] && export NB_DEBUG="echo DEBUG: " && shift # # Avoid infinit loop. Eg: profile -> .bashrc -> profile