Skip to content

Commit b454bd9

Browse files
authored
Use $HOME instead of hardcoded user
1 parent 3521e79 commit b454bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/update-design.perl6.org.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ DEST_DIR=$(mktemp -d)
3434

3535
cd $MU_DIR
3636

37-
source /home/design.perl6.org/perl5/perlbrew/etc/bashrc
37+
source $HOME/perl5/perlbrew/etc/bashrc
3838

3939
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
4040
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

0 commit comments

Comments
 (0)