Merge pull request #2 from okdtsk/fix_ln_opt

Change ln '--no-dereference' options from '-h' to '-n'
This commit is contained in:
Yuto KAWAMURA 2016-09-13 15:21:15 +09:00 committed by GitHub
commit d45e5ebdb0

2
gow
View File

@ -12,7 +12,7 @@ LOCAL_PACKAGE_PATH=$GOPATH/src/$(echo "$PACKAGE_LOCATION" | tr ':' '/')
LOCAL_PACKAGE_DIR=$(dirname $LOCAL_PACKAGE_PATH)
mkdir -p $LOCAL_PACKAGE_DIR
ln -sfh $PROJECT_ROOT_DIR $LOCAL_PACKAGE_PATH
ln -sfn $PROJECT_ROOT_DIR $LOCAL_PACKAGE_PATH
export GOBIN="$GOPATH/bin"
export GOPATH