Make template filler more BSD friendly

pull/366/head
David Sanders 2018-06-06 18:30:40 -06:00
parent 83ce66097c
commit 6ed7bb011f
No known key found for this signature in database
GPG Key ID: 87A8D53EF6038397
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -o errexit
set -o nounset
set -o pipefail
PROJECT_ROOT=$(dirname $(dirname $(readlink -f $0)))
PROJECT_ROOT=$(dirname $(dirname $(python -c 'import os, sys; sys.stdout.write(os.path.realpath(sys.argv[1]))' "$0")))
echo "What is your python module name?"
read MODULE_NAME