Skip to content

Commit 130a17e

Browse files
authored
Merge pull request #382 from Microsoft/ericsciple-patch-1
Bug invoking cp (from dev.sh) on OSX
2 parents 456f4a8 + 79d8937 commit 130a17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dev.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function copyBin ()
176176
failed "Publish folder is missing. Please ensure you use the correct .NET Core tools (see readme for instructions)"
177177
fi
178178

179-
cp -Ruf ${source_dir}* ${LAYOUT_DIR}/bin
179+
cp -Rf ${source_dir}* ${LAYOUT_DIR}/bin
180180
popd > /dev/null
181181
}
182182

0 commit comments

Comments
 (0)