Skip to content

Commit

Permalink
Suppress gnuplot warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed May 8, 2012
1 parent 9f622d7 commit 4975c9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/problem-creation-graph
Expand Up @@ -104,6 +104,6 @@ END
#echo "gpscript $GPSCRIPT"

export GDFONTPATH=/usr/share/fonts/truetype/ttf-bitstream-vera
gnuplot < $GPSCRIPT > fixmystreet/web/bci-live-creation$EXTENSION
gnuplot < $GPSCRIPT > fixmystreet/web/bci-live-creation$EXTENSION 2>/dev/null


2 changes: 1 addition & 1 deletion bin/problems-filed-graph
Expand Up @@ -57,5 +57,5 @@ END
#echo "gpscript $GPSCRIPT"

export GDFONTPATH=/usr/share/fonts/truetype/ttf-bitstream-vera
gnuplot < $GPSCRIPT > fixmystreet/web/bci-live-line$EXTENSION
gnuplot < $GPSCRIPT > fixmystreet/web/bci-live-line$EXTENSION 2>/dev/null

0 comments on commit 4975c9e

Please sign in to comment.