Skip to content

Commit

Permalink
Use $HOME instead of hardcoded user
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Aug 15, 2017
1 parent 3521e79 commit b454bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/update-design.perl6.org.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ DEST_DIR=$(mktemp -d)

cd $MU_DIR

source /home/design.perl6.org/perl5/perlbrew/etc/bashrc
source $HOME/perl5/perlbrew/etc/bashrc

perl util/smartlinks.pl --out-dir $DEST_DIR --dir $TEST_DIR --css /perl-with-historical-message.css --line-anchor --pod-dir $POD_DIR || exit 1
perl util/podhtm.pl --css /perl-with-historical-message.css --url-prefix http://design.perl6.org/ --url-postfix .html --index --charset=UTF-8 --out $DEST_DIR/Differences.html docs/Perl6/Perl5/Differences.pod
Expand Down

0 comments on commit b454bd9

Please sign in to comment.