Skip to content

Commit e71f8bf

Browse files
author
Tasuku OKUDA
committed
Change ln '--no-dereference' options from '-h' to '-n' due to other platform implementations
1 parent 3d43038 commit e71f8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LOCAL_PACKAGE_PATH=$GOPATH/src/$(echo "$PACKAGE_LOCATION" | tr ':' '/')
1212
LOCAL_PACKAGE_DIR=$(dirname $LOCAL_PACKAGE_PATH)
1313

1414
mkdir -p $LOCAL_PACKAGE_DIR
15-
ln -sfh $PROJECT_ROOT_DIR $LOCAL_PACKAGE_PATH
15+
ln -sfn $PROJECT_ROOT_DIR $LOCAL_PACKAGE_PATH
1616

1717
export GOBIN="$GOPATH/bin"
1818
export GOPATH

0 commit comments

Comments
 (0)