Merge pull request #7 from davesque/fix-readlink
Make template filler more BSD friendly
This commit is contained in:
commit
56e4b20080
|
@ -4,7 +4,7 @@ set -o errexit
|
||||||
set -o nounset
|
set -o nounset
|
||||||
set -o pipefail
|
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?"
|
echo "What is your python module name?"
|
||||||
read MODULE_NAME
|
read MODULE_NAME
|
||||||
|
|
Loading…
Reference in New Issue
Block a user