aboutsummaryrefslogtreecommitdiff
path: root/src/bootstrap.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootstrap.bash')
-rwxr-xr-xsrc/bootstrap.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap.bash b/src/bootstrap.bash
index 92a4718286..88c080a948 100755
--- a/src/bootstrap.bash
+++ b/src/bootstrap.bash
@@ -45,7 +45,7 @@ fi
unset GOROOT
src=$(cd .. && pwd)
echo "#### Copying to $targ"
-cp -R "$src" "$targ"
+cp -Rp "$src" "$targ"
cd "$targ"
echo
echo "#### Cleaning $targ"