adding own isnan for compilers who do not have it
[wrffire.git] / standalone / commit_hash
blob6f1db7e3edc05de3dbd164b1485ad2f171c33086
1 #!/bin/csh -f
2 set g=`which git >& /dev/null`
3 if ($status) then
4 set v=`date`
5 else
6 set v=(`git log | head -1` `git diff --shortstat`)
7 endif
8 echo id="'$v'"