Skip to content

Commit

Permalink
fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mizzy committed Jan 20, 2012
1 parent 49e9e5e commit 577b6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webiblo.pl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
STYLE

my $uri = shift;
my $book = $uri ? JSON::Syck::Load(get($uri)) : JSON::Syck::Load(do { local $/; <STDIN>});
my $book = $uri ? JSON::Syck::Load(get($uri)) : JSON::Syck::Load(do { local $/; <STDIN> });

mkdir 'tmp' unless -d 'tmp';
mkdir 'out' unless -d 'out';
Expand Down

0 comments on commit 577b6db

Please sign in to comment.