Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
explicitly add PATH that rakudobrew forgot
  • Loading branch information
gfldex committed Jul 22, 2016
1 parent 2da45b5 commit 0c09e85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/update-and-sync
Expand Up @@ -2,6 +2,8 @@
# this script is used on hack.p6c.org as the 'doc.perl6.org' user to update
# the website.
source /home/rakudobrew/.rakudobrew-bash
# workaround for bug in rakudobrew
PATH="$PATH:/home/rakudobrew/rakudobrew/moar-2016.06/install/share/perl6/site/bin"
set -e
set -x
cd ~/doc
Expand Down

0 comments on commit 0c09e85

Please sign in to comment.