Skip to content
This repository has been archived by the owner on Apr 18, 2018. It is now read-only.

Commit

Permalink
fixed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Struys committed Jan 10, 2012
1 parent 54cba12 commit 1810617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jshint
Expand Up @@ -56,7 +56,7 @@ function jsc {
function smjs_interpret {
for file in "${files[@]}"; do
if [[ -r "$file" ]]; then
cat "$file" | smjs env/jsc.js "$HERE/jshint.js" "$jsopts" "$file"
cat "$file" | smjs env/jsc.js "$HERE/jshint.js" "$jsopts" "$file"
else
echo "Error while reading:" "$file"
fi
Expand Down

0 comments on commit 1810617

Please sign in to comment.