aboutsummaryrefslogtreecommitdiff
path: root/host/matelight/fonts/touch_id
blob: 4dd793dcf2128107230604eef2add721e173fa96 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
#
# usage: touch_id file1 file2 ...
#
# Changes RCS's version code  $Id: ...$ into $Id:$ in the named
# files, such that subsequent "diff -u" patch files will always indicate
# clearly, against what old version the diff was made. This will avoid
# confusion about how to apply patch files.
#
perl -p -i -e 's/\$Id:.*\$/\$Id:\$/;' $*