Adding Id header and enabling Ident on *.sh files.

cleanup-cruft
Chris Gianelloni 16 years ago
parent 0989fbb7a3
commit cfffe65cb8

2
.gitattributes vendored

@ -4,3 +4,5 @@ ChangeLog ident
HACKING ident
README ident
TODO ident
genkernel ident
*.sh ident

@ -3,6 +3,10 @@
# Distributed under the GPL v2
# $Id$
25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> genkernel,
.gitattributes:
Adding Id header and enabling Ident on *.sh files.
25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> AUTHORS, BUGS,
HACKING, README, TODO:
Adding Id header.

@ -1,4 +1,5 @@
#!/bin/bash
# $Id$
PATH="${PATH}:/sbin:/usr/sbin"
GK_V='3.4.10.905'

Loading…
Cancel
Save