aboutsummaryrefslogtreecommitdiff
path: root/host/matelight/fonts/touch_id
diff options
context:
space:
mode:
authorjaseg <jaseg@jaseg.net>2014-01-03 16:40:44 +0100
committerjaseg <jaseg@jaseg.net>2014-01-03 16:40:44 +0100
commitd27f9ecf7ea92b702df128f856c1063aa91c51f2 (patch)
tree1dc2b1ff871e28966aceb7a6bf7da8f190a6cd24 /host/matelight/fonts/touch_id
parent9ef5c135e894b2da95940e2556f4df9ce2205552 (diff)
downloadmatelight-d27f9ecf7ea92b702df128f856c1063aa91c51f2.tar.gz
matelight-d27f9ecf7ea92b702df128f856c1063aa91c51f2.tar.bz2
matelight-d27f9ecf7ea92b702df128f856c1063aa91c51f2.zip
Maybe gif-lib wasn't too bright an idea...
Diffstat (limited to 'host/matelight/fonts/touch_id')
-rwxr-xr-xhost/matelight/fonts/touch_id10
1 files changed, 0 insertions, 10 deletions
diff --git a/host/matelight/fonts/touch_id b/host/matelight/fonts/touch_id
deleted file mode 100755
index 4dd793d..0000000
--- a/host/matelight/fonts/touch_id
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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:\$/;' $*