diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-01 19:44:30 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-01 19:44:30 (EST) |
commit | 81d0117218a7ee741cf5b4cae228788917a8b172 (patch) | |
tree | cab044823c950d44ce70d9b15a71116e1a854e68 /src/oh-autoinstall.sh | |
parent | 20c66a1eaef872dbfad4ba82d2ca1c74eb4c9818 (diff) |
Add missing ".sh" to file headers.
All source files were renamed two years ago in e206c66, but the headers
were never updated.
Diffstat (limited to 'src/oh-autoinstall.sh')
-rw-r--r-- | src/oh-autoinstall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oh-autoinstall.sh b/src/oh-autoinstall.sh index 25c1c44..711e481 100644 --- a/src/oh-autoinstall.sh +++ b/src/oh-autoinstall.sh @@ -1,7 +1,7 @@ #!@SH@ # # opkhelper -# src/oh-autoinstall +# src/oh-autoinstall.sh # Automatically install a package's data files. # # Copyright (C) 2012 Patrick "P. J." McDermott |