diff options
author | makefu <github@syntax-fehler.de> | 2013-12-30 03:50:24 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-12-30 03:50:24 +0100 |
commit | b6a98c4b37829a9b85fafaa20df35cdec2045cf2 (patch) | |
tree | bc9c1322cbb1356918a5019e98f7f3f9127bca66 /ship/src/fix_dircolors | |
parent | 1763c3967ebc918e758518442b7e086e6c66fafa (diff) | |
parent | cc538a66dffe40de6bc699363dae4d80ea1aa149 (diff) |
Merge branch 'master' of ssh://github.com/krebscode/painload
Diffstat (limited to 'ship/src/fix_dircolors')
-rwxr-xr-x | ship/src/fix_dircolors | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ship/src/fix_dircolors b/ship/src/fix_dircolors index 57229210..b2e2ffdb 100755 --- a/ship/src/fix_dircolors +++ b/ship/src/fix_dircolors @@ -1,5 +1,7 @@ #!/bin/sh -#@core +#@info +#@strict +#@include core exists dircolors || die "no dircolors in PATH, bailing out" info "fixing dircolors for $(id -un)" |