[mod] set -x

This commit is contained in:
Laurent Peuch 2016-01-22 20:17:02 +01:00
parent 41f0b8ba08
commit 832954fd22

View file

@ -61,6 +61,8 @@ if [ "$1" = "-h" ] || [ "$1" = "--help" ] || [ "$1" = "help" ]; then
usage
elif [ "$1" = "create-env" ]; then
set -x
#Create a development environment
pwd=`pwd`