Skip to content

Commit

Permalink
Squashed error message if gdate is not found (issue manolo#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrichardson77 committed Mar 24, 2014
1 parent b6bfa03 commit 0c01644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sh2ju.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
###

asserts=00; errors=0; total=0; content=""
date=`which gdate || which date`
date=`which gdate || which date` 2>/dev/null

# create output folder
juDIR=`pwd`/results
Expand Down

0 comments on commit 0c01644

Please sign in to comment.