Skip to content

Commit d45e5eb

Browse files
authored
Merge pull request #2 from okdtsk/fix_ln_opt
Change ln '--no-dereference' options from '-h' to '-n'
2 parents 3d43038 + e71f8bf commit d45e5eb

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)