From 9ef5c135e894b2da95940e2556f4df9ce2205552 Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 3 Jan 2014 13:19:44 +0100 Subject: Re-organized the host software directory layout --- host/resources/fonts/touch_id | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 host/resources/fonts/touch_id (limited to 'host/resources/fonts/touch_id') diff --git a/host/resources/fonts/touch_id b/host/resources/fonts/touch_id new file mode 100755 index 0000000..4dd793d --- /dev/null +++ b/host/resources/fonts/touch_id @@ -0,0 +1,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:\$/;' $* -- cgit