From 79d89377ff75be198299978db25b4923ba1cb779 Mon Sep 17 00:00:00 2001 From: ericsciple Date: Mon, 11 Jul 2016 11:16:33 -0400 Subject: [PATCH] Update dev.sh --- src/dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dev.sh b/src/dev.sh index ecccad2c14..eff6241c0e 100755 --- a/src/dev.sh +++ b/src/dev.sh @@ -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 }