Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuhirom committed May 26, 2011
1 parent a5121f1 commit fd195cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,6 @@ Dotcloud






2 changes: 1 addition & 1 deletion postinstall
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd $HOME/code/.;

perl <<'END_OF_PERL' | crontab -
print "# THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT DIRECTLY.\n";
print `perl -I~/perl5/lib/perl5/ -Mlocal::lib=~/perl5/`;
print `perl -I$ENV{HOME}/perl5/lib/perl5/ -Mlocal::lib=~/perl5/`;
print "\n";
print `cat crontab`;
END_OF_PERL
Expand Down

0 comments on commit fd195cf

Please sign in to comment.