mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-21 13:15:45 +00:00
Update setprops and fix props again
This commit is contained in:
parent
6da2e5388a
commit
77202e13a8
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
/* $Cryb$ */
|
||||
#if _BullseyeCoverage
|
||||
_Pragma("BullseyeCoverage off")
|
||||
#endif
|
||||
|
|
|
@ -10,12 +10,14 @@ while read f ; do
|
|||
[ -f "$f" ] || continue
|
||||
istext "$f" || continue
|
||||
case $f in
|
||||
*rsaref*.[ch])
|
||||
;;
|
||||
*.sh|*.pl)
|
||||
svn propset svn:executable \* $f
|
||||
;&
|
||||
*)
|
||||
svn propset eol-style native $f
|
||||
svn propset svn:keywords Id $f
|
||||
svn propset svn:keywords "Cryb=%H" $f
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue