Skip to content

Commit

Permalink
Merge pull request #382 from Microsoft/ericsciple-patch-1
Browse files Browse the repository at this point in the history
Bug invoking cp (from dev.sh) on OSX
  • Loading branch information
ericsciple authored Jul 11, 2016
2 parents 456f4a8 + 79d8937 commit 130a17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function copyBin ()
failed "Publish folder is missing. Please ensure you use the correct .NET Core tools (see readme for instructions)"
fi

cp -Ruf ${source_dir}* ${LAYOUT_DIR}/bin
cp -Rf ${source_dir}* ${LAYOUT_DIR}/bin
popd > /dev/null
}

Expand Down

0 comments on commit 130a17e

Please sign in to comment.