| 1 |
|
#! /bin/sh |
| 2 |
|
# mkinstalldirs --- make directory hierarchy |
| 3 |
|
|
| 4 |
< |
scriptversion=2016-01-11.22; # UTC |
| 4 |
> |
scriptversion=2018-03-07.03; # UTC |
| 5 |
|
|
| 6 |
|
# Original author: Noah Friedman <friedman@prep.ai.mit.edu> |
| 7 |
|
# Created: 1993-05-16 |
| 154 |
|
# Local Variables: |
| 155 |
|
# mode: shell-script |
| 156 |
|
# sh-indentation: 2 |
| 157 |
< |
# eval: (add-hook 'write-file-hooks 'time-stamp) |
| 157 |
> |
# eval: (add-hook 'before-save-hook 'time-stamp) |
| 158 |
|
# time-stamp-start: "scriptversion=" |
| 159 |
|
# time-stamp-format: "%:y-%02m-%02d.%02H" |
| 160 |
|
# time-stamp-time-zone: "UTC0" |