Skip to content

Commit

Permalink
replace rsync call with cp
Browse files Browse the repository at this point in the history
  • Loading branch information
zmyrgel committed Sep 24, 2018
1 parent acb2253 commit 49a26c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ stage0 () {

## gerbil bootstrap
feedback_mid "preparing bootstrap"
rsync -auv bootstrap/gerbil "${target_lib}"
cp -R bootstrap/gerbil "${target_lib}"
find "${target_lib}" -name \*.scm > .build.stage0

feedback_mid "compiling gerbil core"
Expand Down

0 comments on commit 49a26c0

Please sign in to comment.