Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

Commit

Permalink
Oh my! bin was broken. Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
NV committed Apr 11, 2010
1 parent c3ca2cd commit 10f341d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/jspp
Expand Up @@ -29,6 +29,5 @@ if $stdin.tty? and ARGV.empty? or ARGV.delete'-h' or ARGV.delete'--help'
}.join
exit 1
else
dir = File.dirname ARGV.first || '.'
print JSPP(ARGF.read, dir)
print JSPP ARGV.first
end

0 comments on commit 10f341d

Please sign in to comment.