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 HACKING ident
README ident README ident
TODO ident TODO ident
genkernel ident
*.sh ident

@ -3,6 +3,10 @@
# Distributed under the GPL v2 # Distributed under the GPL v2
# $Id$ # $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, 25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> AUTHORS, BUGS,
HACKING, README, TODO: HACKING, README, TODO:
Adding Id header. Adding Id header.

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

Loading…
Cancel
Save