Skip to content

Commit

Permalink
update spark
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed Nov 15, 2011
1 parent 1519492 commit 8bb17ea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/spark
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,13 @@ then
data="$1"
else
data=''

# check to see if stdin's a tty
if [ -t 0 ]; then
help
exit
fi

while read data; do
data=$data
break
Expand Down

0 comments on commit 8bb17ea

Please sign in to comment.